#183421

Color #183421 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #183421

Tints of Deep Fir #183421

Color information

#183421 (or 0x183421) is unknown color: approx Deep Fir. HEX triplet: 18, 34 and 21. RGB value is (24,52,33). Sum of RGB (Red+Green+Blue) = 24+52+33=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #183421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183421 is #E7CBDE. Grayscale: #292929. Windows color (decimal): -15191007 or 2176024. OLE color: 2176024.

HSL color Cylindrical-coordinate representation of color #183421: hue angle of 139.29º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #183421 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB245233-
CMYK0.5400.370.80
HSL139.29º36.84%14.9%-
HSV(B)139.29º53.85%20.39%-
XYZ1.882.761.87-
YUV41.46123.22115.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=22.02%
G=47.71%
B=30.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2452330.5400.370.80139.2936.8414.9
Hex18342136025508b25f
Octal306441660451202134517
Binary1100011010010000111011001001011010000100010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183421; }

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

 H1.HeaderClassName
 {
   color: #183421;
 }
 .AnyTagClassName
 {
   color: #183421;
 }
</style>
background-color css

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

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

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

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

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

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