#152115

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

Shades of Black Bean #152115

Tints of Black Bean #152115

Color information

#152115 (or 0x152115) is unknown color: approx Black Bean. HEX triplet: 15, 21 and 15. RGB value is (21,33,21). Sum of RGB (Red+Green+Blue) = 21+33+21=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #152115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152115 is #EADEEA. Grayscale: #1C1C1C. Windows color (decimal): -15392491 or 1384725. OLE color: 1384725.

HSL color Cylindrical-coordinate representation of color #152115: hue angle of 120º 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 #152115 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB213321-
CMYK0.3600.360.87
HSL120º22.22%10.59%-
HSV(B)120º36.36%12.94%-
XYZ0.991.30.91-
YUV28.04124.02122.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28%
GREEN value IS 33 (13.28% from 255) = 44%
BLUE value IS 21 (8.59% from 255) = 28%
R=28%
G=44%
B=28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133210.3600.360.8712022.2210.59
Hex15211524024577816b
Octal254125440441271702613
Binary1010110000110101100100010010010101111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152115; }

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

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

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

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

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

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

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

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