Shades of Black Bean #001B02
Tints of Black Bean #001B02
RGB
CMYK
RGB Variations
Color information
#001B02 (or 0x001B02) is known color: Black Bean. HEX triplet: 00, 1B and 02. RGB value is (0,27,2). Sum of RGB (Red+Green+Blue) = 0+27+2=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 27 (10.94% from 255 or 93.10% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 27 - color contains mainly: green. Hex color #001B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B02 is #FFE4FD. Grayscale: #101010. Windows color (decimal): -16770302 or 137984. OLE color: 137984.
HSL color Cylindrical-coordinate representation of color #001B02: hue angle of 124.44º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B02 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 27 | 2 | - |
| CMYK | 1 | 0 | 0.93 | 0.89 |
| HSL | 124.44º | 1% | 0.05% | - |
| HSV(B) | 124.44º | 1% | 0.11% | - |
| XYZ | 0.4 | 0.79 | 0.19 | - |
| YUV | 16.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 2 | 1 | 0 | 0.93 | 0.89 | 124.44 | 1 | 0.05 |
| Hex | 0 | 1B | 2 | 64 | 0 | 5D | 59 | 7C | 64 | 5 |
| Octal | 0 | 33 | 2 | 144 | 0 | 135 | 131 | 174 | 144 | 5 |
| Binary | 0 | 11011 | 10 | 1100100 | 0 | 1011101 | 1011001 | 1111100 | 1100100 | 101 |
Color Harmonies of #001B02
Complementary color
Monochromatic Colors of #001B02
Black with #001B02
Text Example
Text Example
White with #001B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B02; }
p { color: rgb(0,27,2); }
H1.HeaderClassName
{
color: #001B02;
}
.AnyTagClassName
{
color: #001B02;
}
</style>
background-color css
<style>
a { background-color: #001B02; }
a { background-color: rgb(0,27,2); }
div.DivClassName
{
background-color: #001B02;
}
.BgClassName
{
background-color: #001B02;
}
</style>
border-color css
<style>
span { border-color: #001B02; }
span { border-color: rgb(0,27,2); }
td.TdClassName
{
border-color: #001B02;
}
.TagClassName
{
border-color: #001B02;
}
</style>