Shades of Black Bean #011C02
Tints of Black Bean #011C02
RGB
CMYK
RGB Variations
Color information
#011C02 (or 0x011C02) is known color: Black Bean. HEX triplet: 01, 1C and 02. RGB value is (1,28,2). Sum of RGB (Red+Green+Blue) = 1+28+2=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 28 (11.33% from 255 or 90.32% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 28 - color contains mainly: green. Hex color #011C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C02 is #FEE3FD. Grayscale: #111111. Windows color (decimal): -16704510 or 138241. OLE color: 138241.
HSL color Cylindrical-coordinate representation of color #011C02: hue angle of 122.22º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011C02 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 28 | 2 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.89 |
| HSL | 122.22º | 0.93% | 0.06% | - |
| HSV(B) | 122.22º | 0.96% | 0.11% | - |
| XYZ | 0.44 | 0.84 | 0.2 | - |
| YUV | 16.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 2 | 0.96 | 0 | 0.93 | 0.89 | 122.22 | 0.93 | 0.06 |
| Hex | 1 | 1C | 2 | 60 | 0 | 5D | 59 | 7A | 5D | 6 |
| Octal | 1 | 34 | 2 | 140 | 0 | 135 | 131 | 172 | 135 | 6 |
| Binary | 1 | 11100 | 10 | 1100000 | 0 | 1011101 | 1011001 | 1111010 | 1011101 | 110 |
Color Harmonies of #011C02
Complementary color
Monochromatic Colors of #011C02
Black with #011C02
Text Example
Text Example
White with #011C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C02; }
p { color: rgb(1,28,2); }
H1.HeaderClassName
{
color: #011C02;
}
.AnyTagClassName
{
color: #011C02;
}
</style>
background-color css
<style>
a { background-color: #011C02; }
a { background-color: rgb(1,28,2); }
div.DivClassName
{
background-color: #011C02;
}
.BgClassName
{
background-color: #011C02;
}
</style>
border-color css
<style>
span { border-color: #011C02; }
span { border-color: rgb(1,28,2); }
td.TdClassName
{
border-color: #011C02;
}
.TagClassName
{
border-color: #011C02;
}
</style>