#152015

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

Shades of Black Bean #152015

Tints of Black Bean #152015

Color information

#152015 (or 0x152015) is unknown color: approx Black Bean. HEX triplet: 15, 20 and 15. RGB value is (21,32,21). Sum of RGB (Red+Green+Blue) = 21+32+21=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #152015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152015 is #EADFEA. Grayscale: #1B1B1B. Windows color (decimal): -15392747 or 1384469. OLE color: 1384469.

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

Color convert

RGB213221-
CMYK0.3400.340.87
HSL120º20.75%10.39%-
HSV(B)120º34.38%12.55%-
XYZ0.961.250.9-
YUV27.46124.36123.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.38%
GREEN value IS 32 (12.89% from 255) = 43.24%
BLUE value IS 21 (8.59% from 255) = 28.38%
R=28.38%
G=43.24%
B=28.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132210.3400.340.8712020.7510.39
Hex15201522022577815a
Octal254025420421271702512
Binary1010110000010101100010010001010101111111000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152015; }

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

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

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

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

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

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

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

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