Html Css Color HEX #184421 Deep Fir

📋 copy color: '#184421'

red 24 ◦ green 68 ◦ blue 33

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

Shades of Deep Fir #184421

Tints of Deep Fir #184421

RGB

 RED value IS 24 (9.77% from 255) = 19.2%

 GREEN value IS 68 (26.95% from 255) = 54.4%

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

R = 19.2%
G = 54.4%
B = 26.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#184421 (or 0x184421) is known color: Deep Fir. HEX triplet: 18, 44 and 21. RGB value is (24,68,33). Sum of RGB (Red+Green+Blue) = 24+68+33=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #184421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184421 is #E7BBDE. Grayscale: #323232. Windows color (decimal): -15186911 or 2180120. OLE color: 2180120.

HSL color Cylindrical-coordinate representation of color #184421: hue angle of 132.27º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184421 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 68 33 -
CMYK 0.65 0 0.51 0.73
HSL 132.27º 0.48% 0.18% -
HSV(B) 132.27º 0.65% 0.27% -
XYZ 2.72 4.44 2.15 -
YUV 50.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 24 68 33 0.65 0 0.51 0.73 132.27 0.48 0.18
Hex 18 44 21 41 0 33 49 84 30 12
Octal 30 104 41 101 0 63 111 204 60 22
Binary 11000 1000100 100001 1000001 0 110011 1001001 10000100 110000 10010

Color Harmonies of #184421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184421

Black with #184421

Text Example


Text Example

White with #184421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184421; }

 p { color: rgb(24,68,33); }

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

background-color css

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

 a { background-color: rgb(24,68,33); }

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

border-color css

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

 span { border-color: rgb(24,68,33); }

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