#152119

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

Shades of Black Bean #152119

Tints of Black Bean #152119

Color information

#152119 (or 0x152119) is unknown color: approx Black Bean. HEX triplet: 15, 21 and 19. RGB value is (21,33,25). Sum of RGB (Red+Green+Blue) = 21+33+25=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #152119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152119 is #EADEE6. Grayscale: #1C1C1C. Windows color (decimal): -15392487 or 1646869. OLE color: 1646869.

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

Color convert

RGB213325-
CMYK0.3600.240.87
HSL140º22.22%10.59%-
HSV(B)140º36.36%12.94%-
XYZ1.031.321.12-
YUV28.5126.02122.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.58%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=26.58%
G=41.77%
B=31.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2133250.3600.240.8714022.2210.59
Hex15211924018578c16b
Octal254131440301272142613
Binary1010110000111001100100011000101011110001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152119; }

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

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

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

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

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

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

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

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