#183921

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

Shades of Deep Fir #183921

Tints of Deep Fir #183921

Color information

#183921 (or 0x183921) is unknown color: approx Deep Fir. HEX triplet: 18, 39 and 21. RGB value is (24,57,33). Sum of RGB (Red+Green+Blue) = 24+57+33=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #183921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183921 is #E7C6DE. Grayscale: #2C2C2C. Windows color (decimal): -15189727 or 2177304. OLE color: 2177304.

HSL color Cylindrical-coordinate representation of color #183921: hue angle of 136.36º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183921 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB245733-
CMYK0.5800.420.78
HSL136.36º40.74%15.88%-
HSV(B)136.36º57.89%22.35%-
XYZ2.113.231.95-
YUV44.4121.57113.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 57 (22.66% from 255) = 50%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=21.05%
G=50%
B=28.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2457330.5800.420.78136.3640.7415.88
Hex1839213A02A4E882910
Octal307141720521162105120
Binary11000111001100001111010010101010011101000100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183921; }

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

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

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

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

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

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

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

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