Shades of Black Bean #071C08
Tints of Black Bean #071C08
RGB
CMYK
RGB Variations
Color information
#071C08 (or 0x071C08) is known color: Black Bean. HEX triplet: 07, 1C and 08. RGB value is (7,28,8). Sum of RGB (Red+Green+Blue) = 7+28+8=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 28 (11.33% from 255 or 65.12% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 28 - color contains mainly: green. Hex color #071C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #071C08 is #F8E3F7. Grayscale: #131313. Windows color (decimal): -16311288 or 531463. OLE color: 531463.
HSL color Cylindrical-coordinate representation of color #071C08: hue angle of 122.86º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071C08 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 28 | 8 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.89 |
| HSL | 122.86º | 0.6% | 0.07% | - |
| HSV(B) | 122.86º | 0.75% | 0.11% | - |
| XYZ | 0.55 | 0.89 | 0.37 | - |
| YUV | 19.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 8 | 0.75 | 0 | 0.71 | 0.89 | 122.86 | 0.6 | 0.07 |
| Hex | 7 | 1C | 8 | 4B | 0 | 47 | 59 | 7B | 3C | 7 |
| Octal | 7 | 34 | 10 | 113 | 0 | 107 | 131 | 173 | 74 | 7 |
| Binary | 111 | 11100 | 1000 | 1001011 | 0 | 1000111 | 1011001 | 1111011 | 111100 | 111 |
Color Harmonies of #071C08
Complementary color
Monochromatic Colors of #071C08
Black with #071C08
Text Example
Text Example
White with #071C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C08; }
p { color: rgb(7,28,8); }
H1.HeaderClassName
{
color: #071C08;
}
.AnyTagClassName
{
color: #071C08;
}
</style>
background-color css
<style>
a { background-color: #071C08; }
a { background-color: rgb(7,28,8); }
div.DivClassName
{
background-color: #071C08;
}
.BgClassName
{
background-color: #071C08;
}
</style>
border-color css
<style>
span { border-color: #071C08; }
span { border-color: rgb(7,28,8); }
td.TdClassName
{
border-color: #071C08;
}
.TagClassName
{
border-color: #071C08;
}
</style>