Shades of Black Bean #010D03
Tints of Black Bean #010D03
RGB
CMYK
RGB Variations
Color information
#010D03 (or 0x010D03) is known color: Black Bean. HEX triplet: 01, 0D and 03. RGB value is (1,13,3). Sum of RGB (Red+Green+Blue) = 1+13+3=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 13 (5.47% from 255 or 76.47% from 17); Blue value is 3 (1.56% from 255 or 17.65% from 17); Max value from RGB is 13 - color contains mainly: green. Hex color #010D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D03 is #FEF2FC. Grayscale: #080808. Windows color (decimal): -16708349 or 199937. OLE color: 199937.
HSL color Cylindrical-coordinate representation of color #010D03: hue angle of 130º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010D03 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 13 | 3 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.95 |
| HSL | 130º | 0.86% | 0.03% | - |
| HSV(B) | 130º | 0.92% | 0.05% | - |
| XYZ | 0.17 | 0.3 | 0.14 | - |
| YUV | 8.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 3 | 0.92 | 0 | 0.77 | 0.95 | 130 | 0.86 | 0.03 |
| Hex | 1 | D | 3 | 5C | 0 | 4D | 5F | 82 | 56 | 3 |
| Octal | 1 | 15 | 3 | 134 | 0 | 115 | 137 | 202 | 126 | 3 |
| Binary | 1 | 1101 | 11 | 1011100 | 0 | 1001101 | 1011111 | 10000010 | 1010110 | 11 |
Color Harmonies of #010D03
Complementary color
Monochromatic Colors of #010D03
Black with #010D03
Text Example
Text Example
White with #010D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D03; }
p { color: rgb(1,13,3); }
H1.HeaderClassName
{
color: #010D03;
}
.AnyTagClassName
{
color: #010D03;
}
</style>
background-color css
<style>
a { background-color: #010D03; }
a { background-color: rgb(1,13,3); }
div.DivClassName
{
background-color: #010D03;
}
.BgClassName
{
background-color: #010D03;
}
</style>
border-color css
<style>
span { border-color: #010D03; }
span { border-color: rgb(1,13,3); }
td.TdClassName
{
border-color: #010D03;
}
.TagClassName
{
border-color: #010D03;
}
</style>