Shades of Black Bean #08200D
Tints of Black Bean #08200D
RGB
CMYK
RGB Variations
Color information
#08200D (or 0x08200D) is known color: Black Bean. HEX triplet: 08, 20 and 0D. RGB value is (8,32,13). Sum of RGB (Red+Green+Blue) = 8+32+13=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #08200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08200D is #F7DFF2. Grayscale: #161616. Windows color (decimal): -16244723 or 860168. OLE color: 860168.
HSL color Cylindrical-coordinate representation of color #08200D: hue angle of 132.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #08200D is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 32 | 13 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.87 |
| HSL | 132.5º | 0.6% | 0.08% | - |
| HSV(B) | 132.5º | 0.75% | 0.13% | - |
| XYZ | 0.69 | 1.11 | 0.56 | - |
| YUV | 22.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 13 | 0.75 | 0 | 0.59 | 0.87 | 132.5 | 0.6 | 0.08 |
| Hex | 8 | 20 | D | 4B | 0 | 3B | 57 | 84 | 3C | 8 |
| Octal | 10 | 40 | 15 | 113 | 0 | 73 | 127 | 204 | 74 | 10 |
| Binary | 1000 | 100000 | 1101 | 1001011 | 0 | 111011 | 1010111 | 10000100 | 111100 | 1000 |
Color Harmonies of #08200D
Complementary color
Monochromatic Colors of #08200D
Black with #08200D
Text Example
Text Example
White with #08200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08200D; }
p { color: rgb(8,32,13); }
H1.HeaderClassName
{
color: #08200D;
}
.AnyTagClassName
{
color: #08200D;
}
</style>
background-color css
<style>
a { background-color: #08200D; }
a { background-color: rgb(8,32,13); }
div.DivClassName
{
background-color: #08200D;
}
.BgClassName
{
background-color: #08200D;
}
</style>
border-color css
<style>
span { border-color: #08200D; }
span { border-color: rgb(8,32,13); }
td.TdClassName
{
border-color: #08200D;
}
.TagClassName
{
border-color: #08200D;
}
</style>