Shades of Black Bean #07170A
Tints of Black Bean #07170A
RGB
CMYK
RGB Variations
Color information
#07170A (or 0x07170A) is known color: Black Bean. HEX triplet: 07, 17 and 0A. RGB value is (7,23,10). Sum of RGB (Red+Green+Blue) = 7+23+10=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #07170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07170A is #F8E8F5. Grayscale: #101010. Windows color (decimal): -16312566 or 661255. OLE color: 661255.
HSL color Cylindrical-coordinate representation of color #07170A: hue angle of 131.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #07170A is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 23 | 10 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.91 |
| HSL | 131.25º | 0.53% | 0.06% | - |
| HSV(B) | 131.25º | 0.7% | 0.09% | - |
| XYZ | 0.45 | 0.68 | 0.39 | - |
| YUV | 16.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 10 | 0.70 | 0 | 0.57 | 0.91 | 131.25 | 0.53 | 0.06 |
| Hex | 7 | 17 | A | 46 | 0 | 39 | 5B | 83 | 35 | 6 |
| Octal | 7 | 27 | 12 | 106 | 0 | 71 | 133 | 203 | 65 | 6 |
| Binary | 111 | 10111 | 1010 | 1000110 | 0 | 111001 | 1011011 | 10000011 | 110101 | 110 |
Color Harmonies of #07170A
Complementary color
Monochromatic Colors of #07170A
Black with #07170A
Text Example
Text Example
White with #07170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07170A; }
p { color: rgb(7,23,10); }
H1.HeaderClassName
{
color: #07170A;
}
.AnyTagClassName
{
color: #07170A;
}
</style>
background-color css
<style>
a { background-color: #07170A; }
a { background-color: rgb(7,23,10); }
div.DivClassName
{
background-color: #07170A;
}
.BgClassName
{
background-color: #07170A;
}
</style>
border-color css
<style>
span { border-color: #07170A; }
span { border-color: rgb(7,23,10); }
td.TdClassName
{
border-color: #07170A;
}
.TagClassName
{
border-color: #07170A;
}
</style>