Shades of Black Bean #010E03
Tints of Black Bean #010E03
RGB
CMYK
RGB Variations
Color information
#010E03 (or 0x010E03) is known color: Black Bean. HEX triplet: 01, 0E and 03. RGB value is (1,14,3). Sum of RGB (Red+Green+Blue) = 1+14+3=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 14 (5.86% from 255 or 77.78% from 18); Blue value is 3 (1.56% from 255 or 16.67% from 18); Max value from RGB is 14 - color contains mainly: green. Hex color #010E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E03 is #FEF1FC. Grayscale: #080808. Windows color (decimal): -16708093 or 200193. OLE color: 200193.
HSL color Cylindrical-coordinate representation of color #010E03: hue angle of 129.23º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010E03 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 14 | 3 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.95 |
| HSL | 129.23º | 0.87% | 0.03% | - |
| HSV(B) | 129.23º | 0.93% | 0.05% | - |
| XYZ | 0.19 | 0.33 | 0.14 | - |
| YUV | 8.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 3 | 0.93 | 0 | 0.79 | 0.95 | 129.23 | 0.87 | 0.03 |
| Hex | 1 | E | 3 | 5D | 0 | 4F | 5F | 81 | 57 | 3 |
| Octal | 1 | 16 | 3 | 135 | 0 | 117 | 137 | 201 | 127 | 3 |
| Binary | 1 | 1110 | 11 | 1011101 | 0 | 1001111 | 1011111 | 10000001 | 1010111 | 11 |
Color Harmonies of #010E03
Complementary color
Monochromatic Colors of #010E03
Black with #010E03
Text Example
Text Example
White with #010E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E03; }
p { color: rgb(1,14,3); }
H1.HeaderClassName
{
color: #010E03;
}
.AnyTagClassName
{
color: #010E03;
}
</style>
background-color css
<style>
a { background-color: #010E03; }
a { background-color: rgb(1,14,3); }
div.DivClassName
{
background-color: #010E03;
}
.BgClassName
{
background-color: #010E03;
}
</style>
border-color css
<style>
span { border-color: #010E03; }
span { border-color: rgb(1,14,3); }
td.TdClassName
{
border-color: #010E03;
}
.TagClassName
{
border-color: #010E03;
}
</style>