Shades of Black Bean #001302
Tints of Black Bean #001302
RGB
CMYK
RGB Variations
Color information
#001302 (or 0x001302) is known color: Black Bean. HEX triplet: 00, 13 and 02. RGB value is (0,19,2). Sum of RGB (Red+Green+Blue) = 0+19+2=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 19 (7.81% from 255 or 90.48% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 19 - color contains mainly: green. Hex color #001302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001302 is #FFECFD. Grayscale: #0B0B0B. Windows color (decimal): -16772350 or 135936. OLE color: 135936.
HSL color Cylindrical-coordinate representation of color #001302: hue angle of 126.32º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001302 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 19 | 2 | - |
| CMYK | 1 | 0 | 0.89 | 0.93 |
| HSL | 126.32º | 1% | 0.04% | - |
| HSV(B) | 126.32º | 1% | 0.07% | - |
| XYZ | 0.24 | 0.47 | 0.14 | - |
| YUV | 11.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 2 | 1 | 0 | 0.89 | 0.93 | 126.32 | 1 | 0.04 |
| Hex | 0 | 13 | 2 | 64 | 0 | 59 | 5D | 7E | 64 | 4 |
| Octal | 0 | 23 | 2 | 144 | 0 | 131 | 135 | 176 | 144 | 4 |
| Binary | 0 | 10011 | 10 | 1100100 | 0 | 1011001 | 1011101 | 1111110 | 1100100 | 100 |
Color Harmonies of #001302
Complementary color
Monochromatic Colors of #001302
Black with #001302
Text Example
Text Example
White with #001302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001302; }
p { color: rgb(0,19,2); }
H1.HeaderClassName
{
color: #001302;
}
.AnyTagClassName
{
color: #001302;
}
</style>
background-color css
<style>
a { background-color: #001302; }
a { background-color: rgb(0,19,2); }
div.DivClassName
{
background-color: #001302;
}
.BgClassName
{
background-color: #001302;
}
</style>
border-color css
<style>
span { border-color: #001302; }
span { border-color: rgb(0,19,2); }
td.TdClassName
{
border-color: #001302;
}
.TagClassName
{
border-color: #001302;
}
</style>