#152011

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

Shades of Black Forest #152011

Tints of Black Forest #152011

Color information

#152011 (or 0x152011) is unknown color: approx Black Forest. HEX triplet: 15, 20 and 11. RGB value is (21,32,17). Sum of RGB (Red+Green+Blue) = 21+32+17=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #152011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152011 is #EADFEE. Grayscale: #1B1B1B. Windows color (decimal): -15392751 or 1122325. OLE color: 1122325.

HSL color Cylindrical-coordinate representation of color #152011: hue angle of 104º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #152011 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB213217-
CMYK0.3400.470.87
HSL104º30.61%9.61%-
HSV(B)104º46.88%12.55%-
XYZ0.931.230.72-
YUV27122.36123.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30%
GREEN value IS 32 (12.89% from 255) = 45.71%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=30%
G=45.71%
B=24.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132170.3400.470.8710430.619.61
Hex1520112202F57681fa
Octal254021420571271503712
Binary1010110000010001100010010111110101111101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152011; }

 p { color: rgb(21,32,17); }

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

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

 a { background-color: rgb(21,32,17); }

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

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

 span { border-color: rgb(21,32,17); }

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