#152816

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

Shades of Black Bean #152816

Tints of Black Bean #152816

Color information

#152816 (or 0x152816) is unknown color: approx Black Bean. HEX triplet: 15, 28 and 16. RGB value is (21,40,22). Sum of RGB (Red+Green+Blue) = 21+40+22=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #152816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152816 is #EAD7E9. Grayscale: #202020. Windows color (decimal): -15390698 or 1452053. OLE color: 1452053.

HSL color Cylindrical-coordinate representation of color #152816: hue angle of 123.16º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #152816 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB214022-
CMYK0.4800.450.84
HSL123.16º31.15%11.96%-
HSV(B)123.16º47.5%15.69%-
XYZ1.211.731.03-
YUV32.27122.21119.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 40 (16.02% from 255) = 48.19%
BLUE value IS 22 (8.98% from 255) = 26.51%
R=25.30%
G=48.19%
B=26.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2140220.4800.450.84123.1631.1511.96
Hex1528163002D547b1fc
Octal255026600551241733714
Binary1010110100010110110000010110110101001111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152816; }

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

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

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

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

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

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

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

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