Shades of Black Bean #011C03
Tints of Black Bean #011C03
RGB
CMYK
RGB Variations
Color information
#011C03 (or 0x011C03) is known color: Black Bean. HEX triplet: 01, 1C and 03. RGB value is (1,28,3). Sum of RGB (Red+Green+Blue) = 1+28+3=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 28 (11.33% from 255 or 87.5% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 28 - color contains mainly: green. Hex color #011C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C03 is #FEE3FC. Grayscale: #111111. Windows color (decimal): -16704509 or 203777. OLE color: 203777.
HSL color Cylindrical-coordinate representation of color #011C03: hue angle of 124.44º 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 #011C03 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 28 | 3 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.89 |
| HSL | 124.44º | 0.93% | 0.06% | - |
| HSV(B) | 124.44º | 0.96% | 0.11% | - |
| XYZ | 0.44 | 0.84 | 0.23 | - |
| YUV | 17.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 3 | 0.96 | 0 | 0.89 | 0.89 | 124.44 | 0.93 | 0.06 |
| Hex | 1 | 1C | 3 | 60 | 0 | 59 | 59 | 7C | 5D | 6 |
| Octal | 1 | 34 | 3 | 140 | 0 | 131 | 131 | 174 | 135 | 6 |
| Binary | 1 | 11100 | 11 | 1100000 | 0 | 1011001 | 1011001 | 1111100 | 1011101 | 110 |
Color Harmonies of #011C03
Complementary color
Monochromatic Colors of #011C03
Black with #011C03
Text Example
Text Example
White with #011C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C03; }
p { color: rgb(1,28,3); }
H1.HeaderClassName
{
color: #011C03;
}
.AnyTagClassName
{
color: #011C03;
}
</style>
background-color css
<style>
a { background-color: #011C03; }
a { background-color: rgb(1,28,3); }
div.DivClassName
{
background-color: #011C03;
}
.BgClassName
{
background-color: #011C03;
}
</style>
border-color css
<style>
span { border-color: #011C03; }
span { border-color: rgb(1,28,3); }
td.TdClassName
{
border-color: #011C03;
}
.TagClassName
{
border-color: #011C03;
}
</style>