Shades of Black Bean #011C04
Tints of Black Bean #011C04
RGB
CMYK
RGB Variations
Color information
#011C04 (or 0x011C04) is known color: Black Bean. HEX triplet: 01, 1C and 04. RGB value is (1,28,4). Sum of RGB (Red+Green+Blue) = 1+28+4=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 28 (11.33% from 255 or 84.85% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 28 - color contains mainly: green. Hex color #011C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C04 is #FEE3FB. Grayscale: #111111. Windows color (decimal): -16704508 or 269313. OLE color: 269313.
HSL color Cylindrical-coordinate representation of color #011C04: hue angle of 126.67º 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 #011C04 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 28 | 4 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.89 |
| HSL | 126.67º | 0.93% | 0.06% | - |
| HSV(B) | 126.67º | 0.96% | 0.11% | - |
| XYZ | 0.45 | 0.85 | 0.25 | - |
| YUV | 17.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 4 | 0.96 | 0 | 0.86 | 0.89 | 126.67 | 0.93 | 0.06 |
| Hex | 1 | 1C | 4 | 60 | 0 | 56 | 59 | 7F | 5D | 6 |
| Octal | 1 | 34 | 4 | 140 | 0 | 126 | 131 | 177 | 135 | 6 |
| Binary | 1 | 11100 | 100 | 1100000 | 0 | 1010110 | 1011001 | 1111111 | 1011101 | 110 |
Color Harmonies of #011C04
Complementary color
Monochromatic Colors of #011C04
Black with #011C04
Text Example
Text Example
White with #011C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C04; }
p { color: rgb(1,28,4); }
H1.HeaderClassName
{
color: #011C04;
}
.AnyTagClassName
{
color: #011C04;
}
</style>
background-color css
<style>
a { background-color: #011C04; }
a { background-color: rgb(1,28,4); }
div.DivClassName
{
background-color: #011C04;
}
.BgClassName
{
background-color: #011C04;
}
</style>
border-color css
<style>
span { border-color: #011C04; }
span { border-color: rgb(1,28,4); }
td.TdClassName
{
border-color: #011C04;
}
.TagClassName
{
border-color: #011C04;
}
</style>