Shades of Black Bean #08210E
Tints of Black Bean #08210E
RGB
CMYK
RGB Variations
Color information
#08210E (or 0x08210E) is known color: Black Bean. HEX triplet: 08, 21 and 0E. RGB value is (8,33,14). Sum of RGB (Red+Green+Blue) = 8+33+14=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #08210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08210E is #F7DEF1. Grayscale: #171717. Windows color (decimal): -16244466 or 925960. OLE color: 925960.
HSL color Cylindrical-coordinate representation of color #08210E: hue angle of 134.4º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #08210E is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 33 | 14 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.87 |
| HSL | 134.4º | 0.61% | 0.08% | - |
| HSV(B) | 134.4º | 0.76% | 0.13% | - |
| XYZ | 0.72 | 1.17 | 0.6 | - |
| YUV | 23.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 14 | 0.76 | 0 | 0.58 | 0.87 | 134.4 | 0.61 | 0.08 |
| Hex | 8 | 21 | E | 4C | 0 | 3A | 57 | 86 | 3D | 8 |
| Octal | 10 | 41 | 16 | 114 | 0 | 72 | 127 | 206 | 75 | 10 |
| Binary | 1000 | 100001 | 1110 | 1001100 | 0 | 111010 | 1010111 | 10000110 | 111101 | 1000 |
Color Harmonies of #08210E
Complementary color
Monochromatic Colors of #08210E
Black with #08210E
Text Example
Text Example
White with #08210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08210E; }
p { color: rgb(8,33,14); }
H1.HeaderClassName
{
color: #08210E;
}
.AnyTagClassName
{
color: #08210E;
}
</style>
background-color css
<style>
a { background-color: #08210E; }
a { background-color: rgb(8,33,14); }
div.DivClassName
{
background-color: #08210E;
}
.BgClassName
{
background-color: #08210E;
}
</style>
border-color css
<style>
span { border-color: #08210E; }
span { border-color: rgb(8,33,14); }
td.TdClassName
{
border-color: #08210E;
}
.TagClassName
{
border-color: #08210E;
}
</style>