#153219

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

Shades of Black Bean #153219

Tints of Black Bean #153219

Color information

#153219 (or 0x153219) is unknown color: approx Black Bean. HEX triplet: 15, 32 and 19. RGB value is (21,50,25). Sum of RGB (Red+Green+Blue) = 21+50+25=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #153219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153219 is #EACDE6. Grayscale: #262626. Windows color (decimal): -15388135 or 1651221. OLE color: 1651221.

HSL color Cylindrical-coordinate representation of color #153219: hue angle of 128.28º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153219 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB215025-
CMYK0.5800.500.80
HSL128.28º40.85%13.92%-
HSV(B)128.28º58%19.61%-
XYZ1.632.511.32-
YUV38.48120.39115.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=21.88%
G=52.08%
B=26.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150250.5800.500.80128.2840.8513.92
Hex1532193A032508029e
Octal256231720621202005116
Binary101011100101100111101001100101010000100000001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153219; }

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

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

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

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

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

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

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

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