Shades of Black Bean #08240E
Tints of Black Bean #08240E
RGB
CMYK
RGB Variations
Color information
#08240E (or 0x08240E) is known color: Black Bean. HEX triplet: 08, 24 and 0E. RGB value is (8,36,14). Sum of RGB (Red+Green+Blue) = 8+36+14=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #08240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08240E is #F7DBF1. Grayscale: #191919. Windows color (decimal): -16243698 or 926728. OLE color: 926728.
HSL color Cylindrical-coordinate representation of color #08240E: hue angle of 132.86º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #08240E is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 36 | 14 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.86 |
| HSL | 132.86º | 0.64% | 0.09% | - |
| HSV(B) | 132.86º | 0.78% | 0.14% | - |
| XYZ | 0.81 | 1.35 | 0.63 | - |
| YUV | 25.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 14 | 0.78 | 0 | 0.61 | 0.86 | 132.86 | 0.64 | 0.09 |
| Hex | 8 | 24 | E | 4E | 0 | 3D | 56 | 85 | 40 | 9 |
| Octal | 10 | 44 | 16 | 116 | 0 | 75 | 126 | 205 | 100 | 11 |
| Binary | 1000 | 100100 | 1110 | 1001110 | 0 | 111101 | 1010110 | 10000101 | 1000000 | 1001 |
Color Harmonies of #08240E
Complementary color
Monochromatic Colors of #08240E
Black with #08240E
Text Example
Text Example
White with #08240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08240E; }
p { color: rgb(8,36,14); }
H1.HeaderClassName
{
color: #08240E;
}
.AnyTagClassName
{
color: #08240E;
}
</style>
background-color css
<style>
a { background-color: #08240E; }
a { background-color: rgb(8,36,14); }
div.DivClassName
{
background-color: #08240E;
}
.BgClassName
{
background-color: #08240E;
}
</style>
border-color css
<style>
span { border-color: #08240E; }
span { border-color: rgb(8,36,14); }
td.TdClassName
{
border-color: #08240E;
}
.TagClassName
{
border-color: #08240E;
}
</style>