Shades of Black Bean #070C08
Tints of Black Bean #070C08
RGB
CMYK
RGB Variations
Color information
#070C08 (or 0x070C08) is known color: Black Bean. HEX triplet: 07, 0C and 08. RGB value is (7,12,8). Sum of RGB (Red+Green+Blue) = 7+12+8=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 12 (5.08% from 255 or 44.44% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 12 - color contains mainly: green. Hex color #070C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C08 is #F8F3F7. Grayscale: #0A0A0A. Windows color (decimal): -16315384 or 527367. OLE color: 527367.
HSL color Cylindrical-coordinate representation of color #070C08: hue angle of 132º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #070C08 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.95.
Color convert
RGB | 7 | 12 | 8 | - |
CMYK | 0.42 | 0 | 0.33 | 0.95 |
HSL | 132º | 0.26% | 0.04% | - |
HSV(B) | 132º | 0.42% | 0.05% | - |
XYZ | 0.26 | 0.33 | 0.28 | - |
YUV | 10.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 12 | 8 | 0.42 | 0 | 0.33 | 0.95 | 132 | 0.26 | 0.04 |
Hex | 7 | C | 8 | 2A | 0 | 21 | 5F | 84 | 1A | 4 |
Octal | 7 | 14 | 10 | 52 | 0 | 41 | 137 | 204 | 32 | 4 |
Binary | 111 | 1100 | 1000 | 101010 | 0 | 100001 | 1011111 | 10000100 | 11010 | 100 |
Color Harmonies of #070C08
Complementary color
Monochromatic Colors of #070C08
Black with #070C08
Text Example
Text Example
White with #070C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C08; }
p { color: rgb(7,12,8); }
H1.HeaderClassName
{
color: #070C08;
}
.AnyTagClassName
{
color: #070C08;
}
</style>
background-color css
<style>
a { background-color: #070C08; }
a { background-color: rgb(7,12,8); }
div.DivClassName
{
background-color: #070C08;
}
.BgClassName
{
background-color: #070C08;
}
</style>
border-color css
<style>
span { border-color: #070C08; }
span { border-color: rgb(7,12,8); }
td.TdClassName
{
border-color: #070C08;
}
.TagClassName
{
border-color: #070C08;
}
</style>