#152116

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

Shades of Black Bean #152116

Tints of Black Bean #152116

Color information

#152116 (or 0x152116) is unknown color: approx Black Bean. HEX triplet: 15, 21 and 16. RGB value is (21,33,22). Sum of RGB (Red+Green+Blue) = 21+33+22=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #152116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152116 is #EADEE9. Grayscale: #1C1C1C. Windows color (decimal): -15392490 or 1450261. OLE color: 1450261.

HSL color Cylindrical-coordinate representation of color #152116: hue angle of 125º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #152116 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.

Color convert

RGB213322-
CMYK0.3600.330.87
HSL125º22.22%10.59%-
HSV(B)125º36.36%12.94%-
XYZ11.310.96-
YUV28.16124.52122.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.63%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=27.63%
G=43.42%
B=28.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133220.3600.330.8712522.2210.59
Hex15211624021577d16b
Octal254126440411271752613
Binary1010110000110110100100010000110101111111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152116; }

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

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

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

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

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

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

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

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