Shades of Black Bean #07170B
Tints of Black Bean #07170B
RGB
CMYK
RGB Variations
Color information
#07170B (or 0x07170B) is known color: Black Bean. HEX triplet: 07, 17 and 0B. RGB value is (7,23,11). Sum of RGB (Red+Green+Blue) = 7+23+11=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #07170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07170B is #F8E8F4. Grayscale: #101010. Windows color (decimal): -16312565 or 726791. OLE color: 726791.
HSL color Cylindrical-coordinate representation of color #07170B: hue angle of 135º 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 #07170B is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 23 | 11 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.91 |
| HSL | 135º | 0.53% | 0.06% | - |
| HSV(B) | 135º | 0.7% | 0.09% | - |
| XYZ | 0.45 | 0.68 | 0.42 | - |
| YUV | 16.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 11 | 0.70 | 0 | 0.52 | 0.91 | 135 | 0.53 | 0.06 |
| Hex | 7 | 17 | B | 46 | 0 | 34 | 5B | 87 | 35 | 6 |
| Octal | 7 | 27 | 13 | 106 | 0 | 64 | 133 | 207 | 65 | 6 |
| Binary | 111 | 10111 | 1011 | 1000110 | 0 | 110100 | 1011011 | 10000111 | 110101 | 110 |
Color Harmonies of #07170B
Complementary color
Monochromatic Colors of #07170B
Black with #07170B
Text Example
Text Example
White with #07170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07170B; }
p { color: rgb(7,23,11); }
H1.HeaderClassName
{
color: #07170B;
}
.AnyTagClassName
{
color: #07170B;
}
</style>
background-color css
<style>
a { background-color: #07170B; }
a { background-color: rgb(7,23,11); }
div.DivClassName
{
background-color: #07170B;
}
.BgClassName
{
background-color: #07170B;
}
</style>
border-color css
<style>
span { border-color: #07170B; }
span { border-color: rgb(7,23,11); }
td.TdClassName
{
border-color: #07170B;
}
.TagClassName
{
border-color: #07170B;
}
</style>