Shades of Black Bean #081208
Tints of Black Bean #081208
RGB
CMYK
RGB Variations
Color information
#081208 (or 0x081208) is known color: Black Bean. HEX triplet: 08, 12 and 08. RGB value is (8,18,8). Sum of RGB (Red+Green+Blue) = 8+18+8=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #081208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081208 is #F7EDF7. Grayscale: #0D0D0D. Windows color (decimal): -16248312 or 528904. OLE color: 528904.
HSL color Cylindrical-coordinate representation of color #081208: hue angle of 120º 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 #081208 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.
Color convert
RGB | 8 | 18 | 8 | - |
CMYK | 0.56 | 0 | 0.56 | 0.93 |
HSL | 120º | 0.38% | 0.05% | - |
HSV(B) | 120º | 0.56% | 0.07% | - |
XYZ | 0.36 | 0.5 | 0.31 | - |
YUV | 13.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 18 | 8 | 0.56 | 0 | 0.56 | 0.93 | 120 | 0.38 | 0.05 |
Hex | 8 | 12 | 8 | 38 | 0 | 38 | 5D | 78 | 26 | 5 |
Octal | 10 | 22 | 10 | 70 | 0 | 70 | 135 | 170 | 46 | 5 |
Binary | 1000 | 10010 | 1000 | 111000 | 0 | 111000 | 1011101 | 1111000 | 100110 | 101 |
Color Harmonies of #081208
Complementary color
Monochromatic Colors of #081208
Black with #081208
Text Example
Text Example
White with #081208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081208; }
p { color: rgb(8,18,8); }
H1.HeaderClassName
{
color: #081208;
}
.AnyTagClassName
{
color: #081208;
}
</style>
background-color css
<style>
a { background-color: #081208; }
a { background-color: rgb(8,18,8); }
div.DivClassName
{
background-color: #081208;
}
.BgClassName
{
background-color: #081208;
}
</style>
border-color css
<style>
span { border-color: #081208; }
span { border-color: rgb(8,18,8); }
td.TdClassName
{
border-color: #081208;
}
.TagClassName
{
border-color: #081208;
}
</style>