#182412

Color #182412 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #182412

Tints of Black Forest #182412

Color information

#182412 (or 0x182412) is unknown color: approx Black Forest. HEX triplet: 18, 24 and 12. RGB value is (24,36,18). Sum of RGB (Red+Green+Blue) = 24+36+18=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #182412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182412 is #E7DBED. Grayscale: #1E1E1E. Windows color (decimal): -15195118 or 1188888. OLE color: 1188888.

HSL color Cylindrical-coordinate representation of color #182412: hue angle of 100º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #182412 is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB243618-
CMYK0.3300.50.86
HSL100º33.33%10.59%-
HSV(B)100º50%14.12%-
XYZ1.121.50.8-
YUV30.36121.02123.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 36 (14.45% from 255) = 46.15%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=30.77%
G=46.15%
B=23.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2436180.3300.50.8610033.3310.59
Hex18241221032566421b
Octal304422410621261444113
Binary11000100100100101000010110010101011011001001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182412; }

 p { color: rgb(24,36,18); }

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

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

 a { background-color: rgb(24,36,18); }

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

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

 span { border-color: rgb(24,36,18); }

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