Shades of Black Bean #031102
Tints of Black Bean #031102
RGB
CMYK
RGB Variations
Color information
#031102 (or 0x031102) is known color: Black Bean. HEX triplet: 03, 11 and 02. RGB value is (3,17,2). Sum of RGB (Red+Green+Blue) = 3+17+2=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 17 (7.03% from 255 or 77.27% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 17 - color contains mainly: green. Hex color #031102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031102 is #FCEEFD. Grayscale: #0B0B0B. Windows color (decimal): -16576254 or 135427. OLE color: 135427.
HSL color Cylindrical-coordinate representation of color #031102: hue angle of 116º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031102 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 17 | 2 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.93 |
| HSL | 116º | 0.79% | 0.04% | - |
| HSV(B) | 116º | 0.88% | 0.07% | - |
| XYZ | 0.25 | 0.42 | 0.13 | - |
| YUV | 11.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 2 | 0.82 | 0 | 0.88 | 0.93 | 116 | 0.79 | 0.04 |
| Hex | 3 | 11 | 2 | 52 | 0 | 58 | 5D | 74 | 4F | 4 |
| Octal | 3 | 21 | 2 | 122 | 0 | 130 | 135 | 164 | 117 | 4 |
| Binary | 11 | 10001 | 10 | 1010010 | 0 | 1011000 | 1011101 | 1110100 | 1001111 | 100 |
Color Harmonies of #031102
Complementary color
Monochromatic Colors of #031102
Black with #031102
Text Example
Text Example
White with #031102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031102; }
p { color: rgb(3,17,2); }
H1.HeaderClassName
{
color: #031102;
}
.AnyTagClassName
{
color: #031102;
}
</style>
background-color css
<style>
a { background-color: #031102; }
a { background-color: rgb(3,17,2); }
div.DivClassName
{
background-color: #031102;
}
.BgClassName
{
background-color: #031102;
}
</style>
border-color css
<style>
span { border-color: #031102; }
span { border-color: rgb(3,17,2); }
td.TdClassName
{
border-color: #031102;
}
.TagClassName
{
border-color: #031102;
}
</style>