#152A19

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

Shades of Black Bean #152A19

Tints of Black Bean #152A19

Color information

#152A19 (or 0x152A19) is unknown color: approx Black Bean. HEX triplet: 15, 2A and 19. RGB value is (21,42,25). Sum of RGB (Red+Green+Blue) = 21+42+25=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 42 - color contains mainly: green. Hex color #152A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152A19 is #EAD5E6. Grayscale: #212121. Windows color (decimal): -15390183 or 1649173. OLE color: 1649173.

HSL color Cylindrical-coordinate representation of color #152A19: hue angle of 131.43º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #152A19 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB214225-
CMYK0.5000.400.84
HSL131.43º33.33%12.35%-
HSV(B)131.43º50%16.47%-
XYZ1.311.891.21-
YUV33.78123.04118.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.86%
GREEN value IS 42 (16.80% from 255) = 47.73%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=23.86%
G=47.73%
B=28.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2142250.5000.400.84131.4333.3312.35
Hex152A1932028548321c
Octal255231620501242034114
Binary101011010101100111001001010001010100100000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152A19; }

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

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

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

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

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

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

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

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