#182810

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

Shades of Black Forest #182810

Tints of Black Forest #182810

Color information

#182810 (or 0x182810) is unknown color: approx Black Forest. HEX triplet: 18, 28 and 10. RGB value is (24,40,16). Sum of RGB (Red+Green+Blue) = 24+40+16=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #182810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182810 is #E7D7EF. Grayscale: #202020. Windows color (decimal): -15194096 or 1058840. OLE color: 1058840.

HSL color Cylindrical-coordinate representation of color #182810: hue angle of 100º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #182810 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB244016-
CMYK0.4000.600.84
HSL100º42.86%10.98%-
HSV(B)100º60%15.69%-
XYZ1.231.750.76-
YUV32.48118.7121.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 40 (16.02% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 20%
R=30%
G=50%
B=20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440160.4000.600.8410042.8610.98
Hex1828102803C54642bb
Octal305020500741241445313
Binary11000101000100001010000111100101010011001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182810; }

 p { color: rgb(24,40,16); }

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

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

 a { background-color: rgb(24,40,16); }

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

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

 span { border-color: rgb(24,40,16); }

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