Shades of Black Bean #011803
Tints of Black Bean #011803
RGB
CMYK
RGB Variations
Color information
#011803 (or 0x011803) is known color: Black Bean. HEX triplet: 01, 18 and 03. RGB value is (1,24,3). Sum of RGB (Red+Green+Blue) = 1+24+3=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 24 (9.77% from 255 or 85.71% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 24 - color contains mainly: green. Hex color #011803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011803 is #FEE7FC. Grayscale: #0E0E0E. Windows color (decimal): -16705533 or 202753. OLE color: 202753.
HSL color Cylindrical-coordinate representation of color #011803: hue angle of 125.22º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011803 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 24 | 3 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.91 |
| HSL | 125.22º | 0.92% | 0.05% | - |
| HSV(B) | 125.22º | 0.96% | 0.09% | - |
| XYZ | 0.36 | 0.67 | 0.2 | - |
| YUV | 14.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 3 | 0.96 | 0 | 0.88 | 0.91 | 125.22 | 0.92 | 0.05 |
| Hex | 1 | 18 | 3 | 60 | 0 | 58 | 5B | 7D | 5C | 5 |
| Octal | 1 | 30 | 3 | 140 | 0 | 130 | 133 | 175 | 134 | 5 |
| Binary | 1 | 11000 | 11 | 1100000 | 0 | 1011000 | 1011011 | 1111101 | 1011100 | 101 |
Color Harmonies of #011803
Complementary color
Monochromatic Colors of #011803
Black with #011803
Text Example
Text Example
White with #011803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011803; }
p { color: rgb(1,24,3); }
H1.HeaderClassName
{
color: #011803;
}
.AnyTagClassName
{
color: #011803;
}
</style>
background-color css
<style>
a { background-color: #011803; }
a { background-color: rgb(1,24,3); }
div.DivClassName
{
background-color: #011803;
}
.BgClassName
{
background-color: #011803;
}
</style>
border-color css
<style>
span { border-color: #011803; }
span { border-color: rgb(1,24,3); }
td.TdClassName
{
border-color: #011803;
}
.TagClassName
{
border-color: #011803;
}
</style>