Shades of Black Bean #081F0C
Tints of Black Bean #081F0C
RGB
CMYK
RGB Variations
Color information
#081F0C (or 0x081F0C) is known color: Black Bean. HEX triplet: 08, 1F and 0C. RGB value is (8,31,12). Sum of RGB (Red+Green+Blue) = 8+31+12=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 31 (12.5% from 255 or 60.78% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 31 - color contains mainly: green. Hex color #081F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081F0C is #F7E0F3. Grayscale: #161616. Windows color (decimal): -16244980 or 794376. OLE color: 794376.
HSL color Cylindrical-coordinate representation of color #081F0C: hue angle of 130.43º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081F0C is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 31 | 12 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.88 |
| HSL | 130.43º | 0.59% | 0.08% | - |
| HSV(B) | 130.43º | 0.74% | 0.12% | - |
| XYZ | 0.66 | 1.06 | 0.52 | - |
| YUV | 21.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 12 | 0.74 | 0 | 0.61 | 0.88 | 130.43 | 0.59 | 0.08 |
| Hex | 8 | 1F | C | 4A | 0 | 3D | 58 | 82 | 3B | 8 |
| Octal | 10 | 37 | 14 | 112 | 0 | 75 | 130 | 202 | 73 | 10 |
| Binary | 1000 | 11111 | 1100 | 1001010 | 0 | 111101 | 1011000 | 10000010 | 111011 | 1000 |
Color Harmonies of #081F0C
Complementary color
Monochromatic Colors of #081F0C
Black with #081F0C
Text Example
Text Example
White with #081F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F0C; }
p { color: rgb(8,31,12); }
H1.HeaderClassName
{
color: #081F0C;
}
.AnyTagClassName
{
color: #081F0C;
}
</style>
background-color css
<style>
a { background-color: #081F0C; }
a { background-color: rgb(8,31,12); }
div.DivClassName
{
background-color: #081F0C;
}
.BgClassName
{
background-color: #081F0C;
}
</style>
border-color css
<style>
span { border-color: #081F0C; }
span { border-color: rgb(8,31,12); }
td.TdClassName
{
border-color: #081F0C;
}
.TagClassName
{
border-color: #081F0C;
}
</style>