Shades of Black Bean #011A02
Tints of Black Bean #011A02
RGB
CMYK
RGB Variations
Color information
#011A02 (or 0x011A02) is known color: Black Bean. HEX triplet: 01, 1A and 02. RGB value is (1,26,2). Sum of RGB (Red+Green+Blue) = 1+26+2=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 26 (10.55% from 255 or 89.66% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 26 - color contains mainly: green. Hex color #011A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A02 is #FEE5FD. Grayscale: #0F0F0F. Windows color (decimal): -16705022 or 137729. OLE color: 137729.
HSL color Cylindrical-coordinate representation of color #011A02: hue angle of 122.4º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A02 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 26 | 2 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.90 |
| HSL | 122.4º | 0.93% | 0.05% | - |
| HSV(B) | 122.4º | 0.96% | 0.1% | - |
| XYZ | 0.39 | 0.75 | 0.18 | - |
| YUV | 15.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 2 | 0.96 | 0 | 0.92 | 0.90 | 122.4 | 0.93 | 0.05 |
| Hex | 1 | 1A | 2 | 60 | 0 | 5C | 5A | 7A | 5D | 5 |
| Octal | 1 | 32 | 2 | 140 | 0 | 134 | 132 | 172 | 135 | 5 |
| Binary | 1 | 11010 | 10 | 1100000 | 0 | 1011100 | 1011010 | 1111010 | 1011101 | 101 |
Color Harmonies of #011A02
Complementary color
Monochromatic Colors of #011A02
Black with #011A02
Text Example
Text Example
White with #011A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A02; }
p { color: rgb(1,26,2); }
H1.HeaderClassName
{
color: #011A02;
}
.AnyTagClassName
{
color: #011A02;
}
</style>
background-color css
<style>
a { background-color: #011A02; }
a { background-color: rgb(1,26,2); }
div.DivClassName
{
background-color: #011A02;
}
.BgClassName
{
background-color: #011A02;
}
</style>
border-color css
<style>
span { border-color: #011A02; }
span { border-color: rgb(1,26,2); }
td.TdClassName
{
border-color: #011A02;
}
.TagClassName
{
border-color: #011A02;
}
</style>