Html Css Color HEX #194221 Deep Fir

📋 copy color: '#194221'

red 25 ◦ green 66 ◦ blue 33

#194221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #194221

Tints of Deep Fir #194221

RGB

 RED value IS 25 (10.16% from 255) = 20.16%

 GREEN value IS 66 (26.17% from 255) = 53.23%

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 20.16%
G = 53.23%
B = 26.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#194221 (or 0x194221) is known color: Deep Fir. HEX triplet: 19, 42 and 21. RGB value is (25,66,33). Sum of RGB (Red+Green+Blue) = 25+66+33=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #194221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194221 is #E6BDDE. Grayscale: #323232. Windows color (decimal): -15121887 or 2179609. OLE color: 2179609.

HSL color Cylindrical-coordinate representation of color #194221: hue angle of 131.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194221 is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 66 33 -
CMYK 0.62 0 0.5 0.74
HSL 131.71º 0.45% 0.18% -
HSV(B) 131.71º 0.62% 0.26% -
XYZ 2.62 4.21 2.11 -
YUV 49.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 25 66 33 0.62 0 0.5 0.74 131.71 0.45 0.18
Hex 19 42 21 3E 0 32 4A 84 2D 12
Octal 31 102 41 76 0 62 112 204 55 22
Binary 11001 1000010 100001 111110 0 110010 1001010 10000100 101101 10010

Color Harmonies of #194221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194221

Black with #194221

Text Example


Text Example

White with #194221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194221; }

 p { color: rgb(25,66,33); }

 H1.HeaderClassName
 {
   color: #194221;
 }
 .AnyTagClassName
 {
   color: #194221;
 }
</style>

background-color css

<style>
 a { background-color: #194221; }

 a { background-color: rgb(25,66,33); }

 div.DivClassName
 {
   background-color: #194221;
 }
 .BgClassName
 {
   background-color: #194221;
 }
</style>

border-color css

<style>
 span { border-color: #194221; }

 span { border-color: rgb(25,66,33); }

 td.TdClassName
 {
   border-color: #194221;
 }
 .TagClassName
 {
   border-color: #194221;
 }
</style>