Shades of Black Bean #001802
Tints of Black Bean #001802
RGB
CMYK
RGB Variations
Color information
#001802 (or 0x001802) is known color: Black Bean. HEX triplet: 00, 18 and 02. RGB value is (0,24,2). Sum of RGB (Red+Green+Blue) = 0+24+2=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 24 (9.77% from 255 or 92.31% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 24 - color contains mainly: green. Hex color #001802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001802 is #FFE7FD. Grayscale: #0E0E0E. Windows color (decimal): -16771070 or 137216. OLE color: 137216.
HSL color Cylindrical-coordinate representation of color #001802: hue angle of 125º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001802 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 24 | 2 | - |
| CMYK | 1 | 0 | 0.92 | 0.91 |
| HSL | 125º | 1% | 0.05% | - |
| HSV(B) | 125º | 1% | 0.09% | - |
| XYZ | 0.34 | 0.66 | 0.17 | - |
| YUV | 14.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 2 | 1 | 0 | 0.92 | 0.91 | 125 | 1 | 0.05 |
| Hex | 0 | 18 | 2 | 64 | 0 | 5C | 5B | 7D | 64 | 5 |
| Octal | 0 | 30 | 2 | 144 | 0 | 134 | 133 | 175 | 144 | 5 |
| Binary | 0 | 11000 | 10 | 1100100 | 0 | 1011100 | 1011011 | 1111101 | 1100100 | 101 |
Color Harmonies of #001802
Complementary color
Monochromatic Colors of #001802
Black with #001802
Text Example
Text Example
White with #001802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001802; }
p { color: rgb(0,24,2); }
H1.HeaderClassName
{
color: #001802;
}
.AnyTagClassName
{
color: #001802;
}
</style>
background-color css
<style>
a { background-color: #001802; }
a { background-color: rgb(0,24,2); }
div.DivClassName
{
background-color: #001802;
}
.BgClassName
{
background-color: #001802;
}
</style>
border-color css
<style>
span { border-color: #001802; }
span { border-color: rgb(0,24,2); }
td.TdClassName
{
border-color: #001802;
}
.TagClassName
{
border-color: #001802;
}
</style>