Shades of Black Bean #153319
Tints of Black Bean #153319
RGB
CMYK
RGB Variations
Color information
#153319 (or 0x153319) is known color: Black Bean. HEX triplet: 15, 33 and 19. RGB value is (21,51,25). Sum of RGB (Red+Green+Blue) = 21+51+25=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #153319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153319 is #EACCE6. Grayscale: #272727. Windows color (decimal): -15387879 or 1651477. OLE color: 1651477.
HSL color Cylindrical-coordinate representation of color #153319: hue angle of 128º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #153319 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 51 | 25 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.8 |
| HSL | 128º | 0.42% | 0.14% | - |
| HSV(B) | 128º | 0.59% | 0.2% | - |
| XYZ | 1.67 | 2.6 | 1.33 | - |
| YUV | 39.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 25 | 0.59 | 0 | 0.51 | 0.8 | 128 | 0.42 | 0.14 |
| Hex | 15 | 33 | 19 | 3B | 0 | 33 | 50 | 80 | 2A | E |
| Octal | 25 | 63 | 31 | 73 | 0 | 63 | 120 | 200 | 52 | 16 |
| Binary | 10101 | 110011 | 11001 | 111011 | 0 | 110011 | 1010000 | 10000000 | 101010 | 1110 |
Color Harmonies of #153319
Complementary color
Monochromatic Colors of #153319
Black with #153319
Text Example
Text Example
White with #153319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153319; }
p { color: rgb(21,51,25); }
H1.HeaderClassName
{
color: #153319;
}
.AnyTagClassName
{
color: #153319;
}
</style>
background-color css
<style>
a { background-color: #153319; }
a { background-color: rgb(21,51,25); }
div.DivClassName
{
background-color: #153319;
}
.BgClassName
{
background-color: #153319;
}
</style>
border-color css
<style>
span { border-color: #153319; }
span { border-color: rgb(21,51,25); }
td.TdClassName
{
border-color: #153319;
}
.TagClassName
{
border-color: #153319;
}
</style>