Shades of Black Bean #011302
Tints of Black Bean #011302
RGB
CMYK
RGB Variations
Color information
#011302 (or 0x011302) is known color: Black Bean. HEX triplet: 01, 13 and 02. RGB value is (1,19,2). Sum of RGB (Red+Green+Blue) = 1+19+2=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 19 (7.81% from 255 or 86.36% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 19 - color contains mainly: green. Hex color #011302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011302 is #FEECFD. Grayscale: #0B0B0B. Windows color (decimal): -16706814 or 135937. OLE color: 135937.
HSL color Cylindrical-coordinate representation of color #011302: hue angle of 123.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011302 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 19 | 2 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.93 |
| HSL | 123.33º | 0.9% | 0.04% | - |
| HSV(B) | 123.33º | 0.95% | 0.07% | - |
| XYZ | 0.26 | 0.48 | 0.14 | - |
| YUV | 11.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 2 | 0.95 | 0 | 0.89 | 0.93 | 123.33 | 0.9 | 0.04 |
| Hex | 1 | 13 | 2 | 5F | 0 | 59 | 5D | 7B | 5A | 4 |
| Octal | 1 | 23 | 2 | 137 | 0 | 131 | 135 | 173 | 132 | 4 |
| Binary | 1 | 10011 | 10 | 1011111 | 0 | 1011001 | 1011101 | 1111011 | 1011010 | 100 |
Color Harmonies of #011302
Complementary color
Monochromatic Colors of #011302
Black with #011302
Text Example
Text Example
White with #011302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011302; }
p { color: rgb(1,19,2); }
H1.HeaderClassName
{
color: #011302;
}
.AnyTagClassName
{
color: #011302;
}
</style>
background-color css
<style>
a { background-color: #011302; }
a { background-color: rgb(1,19,2); }
div.DivClassName
{
background-color: #011302;
}
.BgClassName
{
background-color: #011302;
}
</style>
border-color css
<style>
span { border-color: #011302; }
span { border-color: rgb(1,19,2); }
td.TdClassName
{
border-color: #011302;
}
.TagClassName
{
border-color: #011302;
}
</style>