#152019

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

Shades of Black Bean #152019

Tints of Black Bean #152019

Color information

#152019 (or 0x152019) is unknown color: approx Black Bean. HEX triplet: 15, 20 and 19. RGB value is (21,32,25). Sum of RGB (Red+Green+Blue) = 21+32+25=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #152019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152019 is #EADFE6. Grayscale: #1B1B1B. Windows color (decimal): -15392743 or 1646613. OLE color: 1646613.

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

Color convert

RGB213225-
CMYK0.3400.220.87
HSL141.82º20.75%10.39%-
HSV(B)141.82º34.38%12.55%-
XYZ11.261.11-
YUV27.91126.36123.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.92%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=26.92%
G=41.03%
B=32.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132250.3400.220.87141.8220.7510.39
Hex15201922016578e15a
Octal254031420261272162512
Binary1010110000011001100010010110101011110001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152019; }

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

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

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

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

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

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

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

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