Shades of Black Bean #011502
Tints of Black Bean #011502
RGB
CMYK
RGB Variations
Color information
#011502 (or 0x011502) is known color: Black Bean. HEX triplet: 01, 15 and 02. RGB value is (1,21,2). Sum of RGB (Red+Green+Blue) = 1+21+2=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 21 (8.59% from 255 or 87.5% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 21 - color contains mainly: green. Hex color #011502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011502 is #FEEAFD. Grayscale: #0C0C0C. Windows color (decimal): -16706302 or 136449. OLE color: 136449.
HSL color Cylindrical-coordinate representation of color #011502: hue angle of 123º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011502 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
RGB | 1 | 21 | 2 | - |
CMYK | 0.95 | 0 | 0.90 | 0.92 |
HSL | 123º | 0.91% | 0.04% | - |
HSV(B) | 123º | 0.95% | 0.08% | - |
XYZ | 0.29 | 0.55 | 0.15 | - |
YUV | 12.85 | 121.87 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 21 | 2 | 0.95 | 0 | 0.90 | 0.92 | 123 | 0.91 | 0.04 |
Hex | 1 | 15 | 2 | 5F | 0 | 5A | 5C | 7B | 5B | 4 |
Octal | 1 | 25 | 2 | 137 | 0 | 132 | 134 | 173 | 133 | 4 |
Binary | 1 | 10101 | 10 | 1011111 | 0 | 1011010 | 1011100 | 1111011 | 1011011 | 100 |
Color Harmonies of #011502
Complementary color
Monochromatic Colors of #011502
Black with #011502
Text Example
Text Example
White with #011502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011502; }
p { color: rgb(1,21,2); }
H1.HeaderClassName
{
color: #011502;
}
.AnyTagClassName
{
color: #011502;
}
</style>
background-color css
<style>
a { background-color: #011502; }
a { background-color: rgb(1,21,2); }
div.DivClassName
{
background-color: #011502;
}
.BgClassName
{
background-color: #011502;
}
</style>
border-color css
<style>
span { border-color: #011502; }
span { border-color: rgb(1,21,2); }
td.TdClassName
{
border-color: #011502;
}
.TagClassName
{
border-color: #011502;
}
</style>