Shades of Black Bean #031C07
Tints of Black Bean #031C07
RGB
CMYK
RGB Variations
Color information
#031C07 (or 0x031C07) is known color: Black Bean. HEX triplet: 03, 1C and 07. RGB value is (3,28,7). Sum of RGB (Red+Green+Blue) = 3+28+7=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 28 (11.33% from 255 or 73.68% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 28 - color contains mainly: green. Hex color #031C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C07 is #FCE3F8. Grayscale: #121212. Windows color (decimal): -16573433 or 465923. OLE color: 465923.
HSL color Cylindrical-coordinate representation of color #031C07: hue angle of 129.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C07 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 28 | 7 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.89 |
| HSL | 129.6º | 0.81% | 0.06% | - |
| HSV(B) | 129.6º | 0.89% | 0.11% | - |
| XYZ | 0.49 | 0.87 | 0.34 | - |
| YUV | 18.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 7 | 0.89 | 0 | 0.75 | 0.89 | 129.6 | 0.81 | 0.06 |
| Hex | 3 | 1C | 7 | 59 | 0 | 4B | 59 | 82 | 51 | 6 |
| Octal | 3 | 34 | 7 | 131 | 0 | 113 | 131 | 202 | 121 | 6 |
| Binary | 11 | 11100 | 111 | 1011001 | 0 | 1001011 | 1011001 | 10000010 | 1010001 | 110 |
Color Harmonies of #031C07
Complementary color
Monochromatic Colors of #031C07
Black with #031C07
Text Example
Text Example
White with #031C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C07; }
p { color: rgb(3,28,7); }
H1.HeaderClassName
{
color: #031C07;
}
.AnyTagClassName
{
color: #031C07;
}
</style>
background-color css
<style>
a { background-color: #031C07; }
a { background-color: rgb(3,28,7); }
div.DivClassName
{
background-color: #031C07;
}
.BgClassName
{
background-color: #031C07;
}
</style>
border-color css
<style>
span { border-color: #031C07; }
span { border-color: rgb(3,28,7); }
td.TdClassName
{
border-color: #031C07;
}
.TagClassName
{
border-color: #031C07;
}
</style>