Shades of Black Bean #08240C
Tints of Black Bean #08240C
RGB
CMYK
RGB Variations
Color information
#08240C (or 0x08240C) is known color: Black Bean. HEX triplet: 08, 24 and 0C. RGB value is (8,36,12). Sum of RGB (Red+Green+Blue) = 8+36+12=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #08240C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08240C is #F7DBF3. Grayscale: #181818. Windows color (decimal): -16243700 or 795656. OLE color: 795656.
HSL color Cylindrical-coordinate representation of color #08240C: hue angle of 128.57º 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 #08240C is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 36 | 12 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.86 |
| HSL | 128.57º | 0.64% | 0.09% | - |
| HSV(B) | 128.57º | 0.78% | 0.14% | - |
| XYZ | 0.8 | 1.34 | 0.56 | - |
| YUV | 24.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 12 | 0.78 | 0 | 0.67 | 0.86 | 128.57 | 0.64 | 0.09 |
| Hex | 8 | 24 | C | 4E | 0 | 43 | 56 | 81 | 40 | 9 |
| Octal | 10 | 44 | 14 | 116 | 0 | 103 | 126 | 201 | 100 | 11 |
| Binary | 1000 | 100100 | 1100 | 1001110 | 0 | 1000011 | 1010110 | 10000001 | 1000000 | 1001 |
Color Harmonies of #08240C
Complementary color
Monochromatic Colors of #08240C
Black with #08240C
Text Example
Text Example
White with #08240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08240C; }
p { color: rgb(8,36,12); }
H1.HeaderClassName
{
color: #08240C;
}
.AnyTagClassName
{
color: #08240C;
}
</style>
background-color css
<style>
a { background-color: #08240C; }
a { background-color: rgb(8,36,12); }
div.DivClassName
{
background-color: #08240C;
}
.BgClassName
{
background-color: #08240C;
}
</style>
border-color css
<style>
span { border-color: #08240C; }
span { border-color: rgb(8,36,12); }
td.TdClassName
{
border-color: #08240C;
}
.TagClassName
{
border-color: #08240C;
}
</style>