Shades of Black Bean #001C03
Tints of Black Bean #001C03
RGB
CMYK
RGB Variations
Color information
#001C03 (or 0x001C03) is known color: Black Bean. HEX triplet: 00, 1C and 03. RGB value is (0,28,3). Sum of RGB (Red+Green+Blue) = 0+28+3=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 28 (11.33% from 255 or 90.32% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 28 - color contains mainly: green. Hex color #001C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C03 is #FFE3FC. Grayscale: #101010. Windows color (decimal): -16770045 or 203776. OLE color: 203776.
HSL color Cylindrical-coordinate representation of color #001C03: hue angle of 126.43º 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 #001C03 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 3 | - |
| CMYK | 1 | 0 | 0.89 | 0.89 |
| HSL | 126.43º | 1% | 0.05% | - |
| HSV(B) | 126.43º | 1% | 0.11% | - |
| XYZ | 0.43 | 0.84 | 0.22 | - |
| YUV | 16.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 3 | 1 | 0 | 0.89 | 0.89 | 126.43 | 1 | 0.05 |
| Hex | 0 | 1C | 3 | 64 | 0 | 59 | 59 | 7E | 64 | 5 |
| Octal | 0 | 34 | 3 | 144 | 0 | 131 | 131 | 176 | 144 | 5 |
| Binary | 0 | 11100 | 11 | 1100100 | 0 | 1011001 | 1011001 | 1111110 | 1100100 | 101 |
Color Harmonies of #001C03
Complementary color
Monochromatic Colors of #001C03
Black with #001C03
Text Example
Text Example
White with #001C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C03; }
p { color: rgb(0,28,3); }
H1.HeaderClassName
{
color: #001C03;
}
.AnyTagClassName
{
color: #001C03;
}
</style>
background-color css
<style>
a { background-color: #001C03; }
a { background-color: rgb(0,28,3); }
div.DivClassName
{
background-color: #001C03;
}
.BgClassName
{
background-color: #001C03;
}
</style>
border-color css
<style>
span { border-color: #001C03; }
span { border-color: rgb(0,28,3); }
td.TdClassName
{
border-color: #001C03;
}
.TagClassName
{
border-color: #001C03;
}
</style>