Html Css Color HEX #194321 Deep Fir

📋 copy color: '#194321'

red 25 ◦ green 67 ◦ blue 33

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

Shades of Deep Fir #194321

Tints of Deep Fir #194321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 53.6%

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

R = 20%
G = 53.6%
B = 26.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#194321 (or 0x194321) is known color: Deep Fir. HEX triplet: 19, 43 and 21. RGB value is (25,67,33). Sum of RGB (Red+Green+Blue) = 25+67+33=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #194321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194321 is #E6BCDE. Grayscale: #323232. Windows color (decimal): -15121631 or 2179865. OLE color: 2179865.

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

Color convert

RGB 25 67 33 -
CMYK 0.63 0 0.51 0.74
HSL 131.43º 0.46% 0.18% -
HSV(B) 131.43º 0.63% 0.26% -
XYZ 2.68 4.33 2.13 -
YUV 50.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 25 67 33 0.63 0 0.51 0.74 131.43 0.46 0.18
Hex 19 43 21 3F 0 33 4A 83 2E 12
Octal 31 103 41 77 0 63 112 203 56 22
Binary 11001 1000011 100001 111111 0 110011 1001010 10000011 101110 10010

Color Harmonies of #194321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194321

Black with #194321

Text Example


Text Example

White with #194321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194321; }

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

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

background-color css

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

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

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

border-color css

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

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

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