#183121

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

Shades of Deep Fir #183121

Tints of Deep Fir #183121

Color information

#183121 (or 0x183121) is unknown color: approx Deep Fir. HEX triplet: 18, 31 and 21. RGB value is (24,49,33). Sum of RGB (Red+Green+Blue) = 24+49+33=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #183121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183121 is #E7CEDE. Grayscale: #272727. Windows color (decimal): -15191775 or 2175256. OLE color: 2175256.

HSL color Cylindrical-coordinate representation of color #183121: hue angle of 141.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #183121 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB244933-
CMYK0.5100.330.81
HSL141.6º34.25%14.31%-
HSV(B)141.6º51.02%19.22%-
XYZ1.752.51.83-
YUV39.7124.22116.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.64%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=22.64%
G=46.23%
B=31.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2449330.5100.330.81141.634.2514.31
Hex18312133021518e22e
Octal306141630411212164216
Binary1100011000110000111001101000011010001100011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183121; }

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

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

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

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

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

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

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

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