Shades of Black Bean #08120B
Tints of Black Bean #08120B
RGB
CMYK
RGB Variations
Color information
#08120B (or 0x08120B) is known color: Black Bean. HEX triplet: 08, 12 and 0B. RGB value is (8,18,11). Sum of RGB (Red+Green+Blue) = 8+18+11=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #08120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08120B is #F7EDF4. Grayscale: #0E0E0E. Windows color (decimal): -16248309 or 725512. OLE color: 725512.
HSL color Cylindrical-coordinate representation of color #08120B: hue angle of 138º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #08120B is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 18 | 11 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.93 |
| HSL | 138º | 0.38% | 0.05% | - |
| HSV(B) | 138º | 0.56% | 0.07% | - |
| XYZ | 0.38 | 0.51 | 0.39 | - |
| YUV | 14.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 11 | 0.56 | 0 | 0.39 | 0.93 | 138 | 0.38 | 0.05 |
| Hex | 8 | 12 | B | 38 | 0 | 27 | 5D | 8A | 26 | 5 |
| Octal | 10 | 22 | 13 | 70 | 0 | 47 | 135 | 212 | 46 | 5 |
| Binary | 1000 | 10010 | 1011 | 111000 | 0 | 100111 | 1011101 | 10001010 | 100110 | 101 |
Color Harmonies of #08120B
Complementary color
Monochromatic Colors of #08120B
Black with #08120B
Text Example
Text Example
White with #08120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08120B; }
p { color: rgb(8,18,11); }
H1.HeaderClassName
{
color: #08120B;
}
.AnyTagClassName
{
color: #08120B;
}
</style>
background-color css
<style>
a { background-color: #08120B; }
a { background-color: rgb(8,18,11); }
div.DivClassName
{
background-color: #08120B;
}
.BgClassName
{
background-color: #08120B;
}
</style>
border-color css
<style>
span { border-color: #08120B; }
span { border-color: rgb(8,18,11); }
td.TdClassName
{
border-color: #08120B;
}
.TagClassName
{
border-color: #08120B;
}
</style>