COLOR #430019

HEX: #430019
RGB: (67,0,25)

Color info

#430019 contains only red and blue colors. Web safe color of #430019 is #330000 (or #300).

RGB color model

#430019 color RGB value is (67,0,25).

  • red value is 67;
  • green value is 0;
  • blue value is 25.
RGB:
(67,0,25)
(26%,0%,10%)

RGB channels and saturation

R 67 of 255 = 26%
G 0 of 255 = 0%
B 25 of 255 = 10%

67
0
25

R + G + B ~ 12%. #430019 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 0 + 25 = 92 (100%)
R 67 of 92 ~ 72.83%
G 0 of 92 ~ 0%
B 25 of 92 ~ 27.17%

%72.83
%27.17

CMYK color model

#430019 color CMYK value is (0,100,63,74).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 62.69%
  • key color value is 73.73%
CMYK:
(0,100,63,74)
C0M100Y63K74 
(0%,100%,63%,74%)
(0.00/1.00/0.63/0.74)	

CMYK percentages

%0
%100
%62.69
%73.73

Codes

Color #430019 in popluar color models

430019
RGB67025
HSL338°100.00%13.14%
HSB/HSV338°100.00%26.27%
CMYK0.00%100.00%62.69%
73.73%

Color #430019 in popluar number systems.

HEX430019
Decimal67025
Binary1000011011001
Octal103031

Shades and tints

Shades of #430019

#430019
(67,0,25)
#3D0017
(61,0,23)
#370015
(55,0,21)
#310013
(49,0,19)
#2B0011
(43,0,17)
#25000F
(37,0,15)
#1F000D
(31,0,13)
#19000B
(25,0,11)
#130009
(19,0,9)
#0D0007
(13,0,7)
#070005
(7,0,5)
#000000
(0,0,0)

Tints of #430019

#430019
(67,0,25)
#54172D
(84,23,45)
#652E41
(101,46,65)
#764555
(118,69,85)
#875C69
(135,92,105)
#98737D
(152,115,125)
#A98A91
(169,138,145)
#BAA1A5
(186,161,165)
#CBB8B9
(203,184,185)
#DCCFCD
(220,207,205)
#EDE6E1
(237,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #430019 color. Also use rgb(67,0,25) instead hex code.

Text Font Color

.myTextColor { color: #430019; }

<p style="color:#430019">This sample text font color is #430019.</p>

This text font color is #430019.


Background Color

.myBgColor { background-color: #430019; }

<div style="background-color:#430019">Inner text</div>

This div background color is #430019.


Border color

.myBorderColor { border: 1px solid #430019; }

<div style="border:3px solid #430019">Div</div>

This div border color is #430019.


Opacity

.myOpacity80 { color: #430019; opacity: 0.8; }

<p style="color:#430019;opacity:0.8;">80%</p>

Text with #430019 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #430019;}

<p style="text-shadow: 3px 3px 1px #430019">Text here.</p>

This text has shadow with #430019 color.

.textShadow {text-shadow: 3px 3px 1px #430019, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #430019, 5px 5px 20px red">Text here.</p>

This text has shadow with #430019 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#430019, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#430019, Direction=45, Strength=4)">Text</p>

This text has shadow with #430019 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #430019;
  -webkit-box-shadow:	1px 1px 3px 2px #430019;
  box-shadow:		1px 1px 3px 2px #430019;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #430019;
-webkit-box-shadow: 1px 1px 3px 2px #430019;
box-shadow:1px 1px 3px 2px #430019;">
Div content here</div>
This div box has shadow with color #430019.

Preview

Color preview on black background

This text has color #430019 on black background.


Color preview on white background

This text has color #430019 on white background.



Black color preview on #430019 background

This text has black color on #430019 background.


White color preview on #430019 background

This text has white color on #430019 background.