Shades of Black Bean #001A02
Tints of Black Bean #001A02
RGB
CMYK
RGB Variations
Color information
#001A02 (or 0x001A02) is known color: Black Bean. HEX triplet: 00, 1A and 02. RGB value is (0,26,2). Sum of RGB (Red+Green+Blue) = 0+26+2=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 26 (10.55% from 255 or 92.86% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 26 - color contains mainly: green. Hex color #001A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A02 is #FFE5FD. Grayscale: #0F0F0F. Windows color (decimal): -16770558 or 137728. OLE color: 137728.
HSL color Cylindrical-coordinate representation of color #001A02: hue angle of 124.62º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A02 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 26 | 2 | - |
| CMYK | 1 | 0 | 0.92 | 0.90 |
| HSL | 124.62º | 1% | 0.05% | - |
| HSV(B) | 124.62º | 1% | 0.1% | - |
| XYZ | 0.38 | 0.74 | 0.18 | - |
| YUV | 15.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 2 | 1 | 0 | 0.92 | 0.90 | 124.62 | 1 | 0.05 |
| Hex | 0 | 1A | 2 | 64 | 0 | 5C | 5A | 7D | 64 | 5 |
| Octal | 0 | 32 | 2 | 144 | 0 | 134 | 132 | 175 | 144 | 5 |
| Binary | 0 | 11010 | 10 | 1100100 | 0 | 1011100 | 1011010 | 1111101 | 1100100 | 101 |
Color Harmonies of #001A02
Complementary color
Monochromatic Colors of #001A02
Black with #001A02
Text Example
Text Example
White with #001A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A02; }
p { color: rgb(0,26,2); }
H1.HeaderClassName
{
color: #001A02;
}
.AnyTagClassName
{
color: #001A02;
}
</style>
background-color css
<style>
a { background-color: #001A02; }
a { background-color: rgb(0,26,2); }
div.DivClassName
{
background-color: #001A02;
}
.BgClassName
{
background-color: #001A02;
}
</style>
border-color css
<style>
span { border-color: #001A02; }
span { border-color: rgb(0,26,2); }
td.TdClassName
{
border-color: #001A02;
}
.TagClassName
{
border-color: #001A02;
}
</style>