#152F19

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

Shades of Black Bean #152F19

Tints of Black Bean #152F19

Color information

#152F19 (or 0x152F19) is unknown color: approx Black Bean. HEX triplet: 15, 2F and 19. RGB value is (21,47,25). Sum of RGB (Red+Green+Blue) = 21+47+25=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #152F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152F19 is #EAD0E6. Grayscale: #242424. Windows color (decimal): -15388903 or 1650453. OLE color: 1650453.

HSL color Cylindrical-coordinate representation of color #152F19: hue angle of 129.23º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #152F19 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB214725-
CMYK0.5500.470.82
HSL129.23º38.24%13.33%-
HSV(B)129.23º55.32%18.43%-
XYZ1.52.261.28-
YUV36.72121.39116.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.58%
GREEN value IS 47 (18.75% from 255) = 50.54%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=22.58%
G=50.54%
B=26.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2147250.5500.470.82129.2338.2413.33
Hex152F193702F528126d
Octal255731670571222014615
Binary101011011111100111011101011111010010100000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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