Shades of Black Bean #031707
Tints of Black Bean #031707
RGB
CMYK
RGB Variations
Color information
#031707 (or 0x031707) is known color: Black Bean. HEX triplet: 03, 17 and 07. RGB value is (3,23,7). Sum of RGB (Red+Green+Blue) = 3+23+7=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 23 (9.38% from 255 or 69.70% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 23 - color contains mainly: green. Hex color #031707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031707 is #FCE8F8. Grayscale: #0F0F0F. Windows color (decimal): -16574713 or 464643. OLE color: 464643.
HSL color Cylindrical-coordinate representation of color #031707: hue angle of 132º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #031707 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 23 | 7 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.91 |
| HSL | 132º | 0.77% | 0.05% | - |
| HSV(B) | 132º | 0.87% | 0.09% | - |
| XYZ | 0.38 | 0.65 | 0.31 | - |
| YUV | 15.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 7 | 0.87 | 0 | 0.70 | 0.91 | 132 | 0.77 | 0.05 |
| Hex | 3 | 17 | 7 | 57 | 0 | 46 | 5B | 84 | 4D | 5 |
| Octal | 3 | 27 | 7 | 127 | 0 | 106 | 133 | 204 | 115 | 5 |
| Binary | 11 | 10111 | 111 | 1010111 | 0 | 1000110 | 1011011 | 10000100 | 1001101 | 101 |
Color Harmonies of #031707
Complementary color
Monochromatic Colors of #031707
Black with #031707
Text Example
Text Example
White with #031707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031707; }
p { color: rgb(3,23,7); }
H1.HeaderClassName
{
color: #031707;
}
.AnyTagClassName
{
color: #031707;
}
</style>
background-color css
<style>
a { background-color: #031707; }
a { background-color: rgb(3,23,7); }
div.DivClassName
{
background-color: #031707;
}
.BgClassName
{
background-color: #031707;
}
</style>
border-color css
<style>
span { border-color: #031707; }
span { border-color: rgb(3,23,7); }
td.TdClassName
{
border-color: #031707;
}
.TagClassName
{
border-color: #031707;
}
</style>