Shades of Black Bean #001C01
Tints of Black Bean #001C01
RGB
CMYK
RGB Variations
Color information
#001C01 (or 0x001C01) is known color: Black Bean. HEX triplet: 00, 1C and 01. RGB value is (0,28,1). Sum of RGB (Red+Green+Blue) = 0+28+1=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 28 (11.33% from 255 or 96.55% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 28 - color contains mainly: green. Hex color #001C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C01 is #FFE3FE. Grayscale: #101010. Windows color (decimal): -16770047 or 72704. OLE color: 72704.
HSL color Cylindrical-coordinate representation of color #001C01: hue angle of 122.14º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C01 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 1 | - |
| CMYK | 1 | 0 | 0.96 | 0.89 |
| HSL | 122.14º | 1% | 0.05% | - |
| HSV(B) | 122.14º | 1% | 0.11% | - |
| XYZ | 0.42 | 0.83 | 0.17 | - |
| YUV | 16.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 1 | 1 | 0 | 0.96 | 0.89 | 122.14 | 1 | 0.05 |
| Hex | 0 | 1C | 1 | 64 | 0 | 60 | 59 | 7A | 64 | 5 |
| Octal | 0 | 34 | 1 | 144 | 0 | 140 | 131 | 172 | 144 | 5 |
| Binary | 0 | 11100 | 1 | 1100100 | 0 | 1100000 | 1011001 | 1111010 | 1100100 | 101 |
Color Harmonies of #001C01
Complementary color
Monochromatic Colors of #001C01
Black with #001C01
Text Example
Text Example
White with #001C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C01; }
p { color: rgb(0,28,1); }
H1.HeaderClassName
{
color: #001C01;
}
.AnyTagClassName
{
color: #001C01;
}
</style>
background-color css
<style>
a { background-color: #001C01; }
a { background-color: rgb(0,28,1); }
div.DivClassName
{
background-color: #001C01;
}
.BgClassName
{
background-color: #001C01;
}
</style>
border-color css
<style>
span { border-color: #001C01; }
span { border-color: rgb(0,28,1); }
td.TdClassName
{
border-color: #001C01;
}
.TagClassName
{
border-color: #001C01;
}
</style>