Shades of Black Bean #001A00
Tints of Black Bean #001A00
RGB
CMYK
RGB Variations
Color information
#001A00 (or 0x001A00) is known color: Black Bean. HEX triplet: 00, 1A and 00. RGB value is (0,26,0). Sum of RGB (Red+Green+Blue) = 0+26+0=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 26 (10.55% from 255 or 100% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 26 - color contains mainly: green. Hex color #001A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A00 is #FFE5FF. Grayscale: #0F0F0F. Windows color (decimal): -16770560 or 6656. OLE color: 6656.
HSL color Cylindrical-coordinate representation of color #001A00: hue angle of 120º 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 #001A00 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
RGB | 0 | 26 | 0 | - |
CMYK | 1 | 0 | 1 | 0.90 |
HSL | 120º | 1% | 0.05% | - |
HSV(B) | 120º | 1% | 0.1% | - |
XYZ | 0.37 | 0.74 | 0.12 | - |
YUV | 15.26 | 119.39 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 26 | 0 | 1 | 0 | 1 | 0.90 | 120 | 1 | 0.05 |
Hex | 0 | 1A | 0 | 64 | 0 | 64 | 5A | 78 | 64 | 5 |
Octal | 0 | 32 | 0 | 144 | 0 | 144 | 132 | 170 | 144 | 5 |
Binary | 0 | 11010 | 0 | 1100100 | 0 | 1100100 | 1011010 | 1111000 | 1100100 | 101 |
Color Harmonies of #001A00
Complementary color
Monochromatic Colors of #001A00
Black with #001A00
Text Example
Text Example
White with #001A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A00; }
p { color: rgb(0,26,0); }
H1.HeaderClassName
{
color: #001A00;
}
.AnyTagClassName
{
color: #001A00;
}
</style>
background-color css
<style>
a { background-color: #001A00; }
a { background-color: rgb(0,26,0); }
div.DivClassName
{
background-color: #001A00;
}
.BgClassName
{
background-color: #001A00;
}
</style>
border-color css
<style>
span { border-color: #001A00; }
span { border-color: rgb(0,26,0); }
td.TdClassName
{
border-color: #001A00;
}
.TagClassName
{
border-color: #001A00;
}
</style>