Shades of Black Bean #031205
Tints of Black Bean #031205
RGB
CMYK
RGB Variations
Color information
#031205 (or 0x031205) is known color: Black Bean. HEX triplet: 03, 12 and 05. RGB value is (3,18,5). Sum of RGB (Red+Green+Blue) = 3+18+5=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 18 (7.42% from 255 or 69.23% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 18 - color contains mainly: green. Hex color #031205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031205 is #FCEDFA. Grayscale: #0C0C0C. Windows color (decimal): -16575995 or 332291. OLE color: 332291.
HSL color Cylindrical-coordinate representation of color #031205: hue angle of 128º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #031205 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 18 | 5 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.93 |
| HSL | 128º | 0.71% | 0.04% | - |
| HSV(B) | 128º | 0.83% | 0.07% | - |
| XYZ | 0.28 | 0.46 | 0.22 | - |
| YUV | 12.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 5 | 0.83 | 0 | 0.72 | 0.93 | 128 | 0.71 | 0.04 |
| Hex | 3 | 12 | 5 | 53 | 0 | 48 | 5D | 80 | 47 | 4 |
| Octal | 3 | 22 | 5 | 123 | 0 | 110 | 135 | 200 | 107 | 4 |
| Binary | 11 | 10010 | 101 | 1010011 | 0 | 1001000 | 1011101 | 10000000 | 1000111 | 100 |
Color Harmonies of #031205
Complementary color
Monochromatic Colors of #031205
Black with #031205
Text Example
Text Example
White with #031205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031205; }
p { color: rgb(3,18,5); }
H1.HeaderClassName
{
color: #031205;
}
.AnyTagClassName
{
color: #031205;
}
</style>
background-color css
<style>
a { background-color: #031205; }
a { background-color: rgb(3,18,5); }
div.DivClassName
{
background-color: #031205;
}
.BgClassName
{
background-color: #031205;
}
</style>
border-color css
<style>
span { border-color: #031205; }
span { border-color: rgb(3,18,5); }
td.TdClassName
{
border-color: #031205;
}
.TagClassName
{
border-color: #031205;
}
</style>