#152016

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

Shades of Black Bean #152016

Tints of Black Bean #152016

Color information

#152016 (or 0x152016) is unknown color: approx Black Bean. HEX triplet: 15, 20 and 16. RGB value is (21,32,22). Sum of RGB (Red+Green+Blue) = 21+32+22=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #152016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152016 is #EADFE9. Grayscale: #1B1B1B. Windows color (decimal): -15392746 or 1450005. OLE color: 1450005.

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

Color convert

RGB213222-
CMYK0.3400.310.87
HSL125.45º20.75%10.39%-
HSV(B)125.45º34.38%12.55%-
XYZ0.971.250.95-
YUV27.57124.86123.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28%
GREEN value IS 32 (12.89% from 255) = 42.67%
BLUE value IS 22 (8.98% from 255) = 29.33%
R=28%
G=42.67%
B=29.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132220.3400.310.87125.4520.7510.39
Hex1520162201F577d15a
Octal254026420371271752512
Binary101011000001011010001001111110101111111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152016; }

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

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

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

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

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

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

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

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