#183120

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

Shades of Deep Fir #183120

Tints of Deep Fir #183120

Color information

#183120 (or 0x183120) is unknown color: approx Deep Fir. HEX triplet: 18, 31 and 20. RGB value is (24,49,32). Sum of RGB (Red+Green+Blue) = 24+49+32=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #183120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183120 is #E7CEDF. Grayscale: #272727. Windows color (decimal): -15191776 or 2109720. OLE color: 2109720.

HSL color Cylindrical-coordinate representation of color #183120: hue angle of 139.2º 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 #183120 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB244932-
CMYK0.5100.350.81
HSL139.2º34.25%14.31%-
HSV(B)139.2º51.02%19.22%-
XYZ1.742.51.76-
YUV39.59123.72116.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.86%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=22.86%
G=46.67%
B=30.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2449320.5100.350.81139.234.2514.31
Hex18312033023518b22e
Octal306140630431212134216
Binary1100011000110000011001101000111010001100010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183120; }

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

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

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

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

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

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

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

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