Shades of Black Bean #010D01
Tints of Black Bean #010D01
RGB
CMYK
RGB Variations
Color information
#010D01 (or 0x010D01) is known color: Black Bean. HEX triplet: 01, 0D and 01. RGB value is (1,13,1). Sum of RGB (Red+Green+Blue) = 1+13+1=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 13 (5.47% from 255 or 86.67% from 15); Blue value is 1 (0.78% from 255 or 6.67% from 15); Max value from RGB is 13 - color contains mainly: green. Hex color #010D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D01 is #FEF2FE. Grayscale: #080808. Windows color (decimal): -16708351 or 68865. OLE color: 68865.
HSL color Cylindrical-coordinate representation of color #010D01: hue angle of 120º 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 #010D01 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 13 | 1 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.95 |
| HSL | 120º | 0.86% | 0.03% | - |
| HSV(B) | 120º | 0.92% | 0.05% | - |
| XYZ | 0.16 | 0.3 | 0.08 | - |
| YUV | 8.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 1 | 0.92 | 0 | 0.92 | 0.95 | 120 | 0.86 | 0.03 |
| Hex | 1 | D | 1 | 5C | 0 | 5C | 5F | 78 | 56 | 3 |
| Octal | 1 | 15 | 1 | 134 | 0 | 134 | 137 | 170 | 126 | 3 |
| Binary | 1 | 1101 | 1 | 1011100 | 0 | 1011100 | 1011111 | 1111000 | 1010110 | 11 |
Color Harmonies of #010D01
Complementary color
Monochromatic Colors of #010D01
Black with #010D01
Text Example
Text Example
White with #010D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D01; }
p { color: rgb(1,13,1); }
H1.HeaderClassName
{
color: #010D01;
}
.AnyTagClassName
{
color: #010D01;
}
</style>
background-color css
<style>
a { background-color: #010D01; }
a { background-color: rgb(1,13,1); }
div.DivClassName
{
background-color: #010D01;
}
.BgClassName
{
background-color: #010D01;
}
</style>
border-color css
<style>
span { border-color: #010D01; }
span { border-color: rgb(1,13,1); }
td.TdClassName
{
border-color: #010D01;
}
.TagClassName
{
border-color: #010D01;
}
</style>