Shades of Black Bean #001C04
Tints of Black Bean #001C04
RGB
CMYK
RGB Variations
Color information
#001C04 (or 0x001C04) is known color: Black Bean. HEX triplet: 00, 1C and 04. RGB value is (0,28,4). Sum of RGB (Red+Green+Blue) = 0+28+4=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 28 (11.33% from 255 or 87.5% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 28 - color contains mainly: green. Hex color #001C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C04 is #FFE3FB. Grayscale: #101010. Windows color (decimal): -16770044 or 269312. OLE color: 269312.
HSL color Cylindrical-coordinate representation of color #001C04: hue angle of 128.57º 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 #001C04 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 4 | - |
| CMYK | 1 | 0 | 0.86 | 0.89 |
| HSL | 128.57º | 1% | 0.05% | - |
| HSV(B) | 128.57º | 1% | 0.11% | - |
| XYZ | 0.44 | 0.84 | 0.25 | - |
| YUV | 16.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 4 | 1 | 0 | 0.86 | 0.89 | 128.57 | 1 | 0.05 |
| Hex | 0 | 1C | 4 | 64 | 0 | 56 | 59 | 81 | 64 | 5 |
| Octal | 0 | 34 | 4 | 144 | 0 | 126 | 131 | 201 | 144 | 5 |
| Binary | 0 | 11100 | 100 | 1100100 | 0 | 1010110 | 1011001 | 10000001 | 1100100 | 101 |
Color Harmonies of #001C04
Complementary color
Monochromatic Colors of #001C04
Black with #001C04
Text Example
Text Example
White with #001C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C04; }
p { color: rgb(0,28,4); }
H1.HeaderClassName
{
color: #001C04;
}
.AnyTagClassName
{
color: #001C04;
}
</style>
background-color css
<style>
a { background-color: #001C04; }
a { background-color: rgb(0,28,4); }
div.DivClassName
{
background-color: #001C04;
}
.BgClassName
{
background-color: #001C04;
}
</style>
border-color css
<style>
span { border-color: #001C04; }
span { border-color: rgb(0,28,4); }
td.TdClassName
{
border-color: #001C04;
}
.TagClassName
{
border-color: #001C04;
}
</style>