Shades of Black Bean #031B07
Tints of Black Bean #031B07
RGB
CMYK
RGB Variations
Color information
#031B07 (or 0x031B07) is known color: Black Bean. HEX triplet: 03, 1B and 07. RGB value is (3,27,7). Sum of RGB (Red+Green+Blue) = 3+27+7=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 27 (10.94% from 255 or 72.97% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 27 - color contains mainly: green. Hex color #031B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031B07 is #FCE4F8. Grayscale: #111111. Windows color (decimal): -16573689 or 465667. OLE color: 465667.
HSL color Cylindrical-coordinate representation of color #031B07: hue angle of 130º degrees, saturation: 0.8, 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 #031B07 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 27 | 7 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.89 |
| HSL | 130º | 0.8% | 0.06% | - |
| HSV(B) | 130º | 0.89% | 0.11% | - |
| XYZ | 0.47 | 0.82 | 0.33 | - |
| YUV | 17.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 7 | 0.89 | 0 | 0.74 | 0.89 | 130 | 0.8 | 0.06 |
| Hex | 3 | 1B | 7 | 59 | 0 | 4A | 59 | 82 | 50 | 6 |
| Octal | 3 | 33 | 7 | 131 | 0 | 112 | 131 | 202 | 120 | 6 |
| Binary | 11 | 11011 | 111 | 1011001 | 0 | 1001010 | 1011001 | 10000010 | 1010000 | 110 |
Color Harmonies of #031B07
Complementary color
Monochromatic Colors of #031B07
Black with #031B07
Text Example
Text Example
White with #031B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B07; }
p { color: rgb(3,27,7); }
H1.HeaderClassName
{
color: #031B07;
}
.AnyTagClassName
{
color: #031B07;
}
</style>
background-color css
<style>
a { background-color: #031B07; }
a { background-color: rgb(3,27,7); }
div.DivClassName
{
background-color: #031B07;
}
.BgClassName
{
background-color: #031B07;
}
</style>
border-color css
<style>
span { border-color: #031B07; }
span { border-color: rgb(3,27,7); }
td.TdClassName
{
border-color: #031B07;
}
.TagClassName
{
border-color: #031B07;
}
</style>