Shades of Black Bean #010F02
Tints of Black Bean #010F02
RGB
CMYK
RGB Variations
Color information
#010F02 (or 0x010F02) is known color: Black Bean. HEX triplet: 01, 0F and 02. RGB value is (1,15,2). Sum of RGB (Red+Green+Blue) = 1+15+2=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 15 (6.25% from 255 or 83.33% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 15 - color contains mainly: green. Hex color #010F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F02 is #FEF0FD. Grayscale: #090909. Windows color (decimal): -16707838 or 134913. OLE color: 134913.
HSL color Cylindrical-coordinate representation of color #010F02: hue angle of 124.29º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010F02 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 1 | 15 | 2 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.94 |
| HSL | 124.29º | 0.88% | 0.03% | - |
| HSV(B) | 124.29º | 0.93% | 0.06% | - |
| XYZ | 0.19 | 0.35 | 0.12 | - |
| YUV | 9.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 2 | 0.93 | 0 | 0.87 | 0.94 | 124.29 | 0.88 | 0.03 |
| Hex | 1 | F | 2 | 5D | 0 | 57 | 5E | 7C | 58 | 3 |
| Octal | 1 | 17 | 2 | 135 | 0 | 127 | 136 | 174 | 130 | 3 |
| Binary | 1 | 1111 | 10 | 1011101 | 0 | 1010111 | 1011110 | 1111100 | 1011000 | 11 |
Color Harmonies of #010F02
Complementary color
Monochromatic Colors of #010F02
Black with #010F02
Text Example
Text Example
White with #010F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F02; }
p { color: rgb(1,15,2); }
H1.HeaderClassName
{
color: #010F02;
}
.AnyTagClassName
{
color: #010F02;
}
</style>
background-color css
<style>
a { background-color: #010F02; }
a { background-color: rgb(1,15,2); }
div.DivClassName
{
background-color: #010F02;
}
.BgClassName
{
background-color: #010F02;
}
</style>
border-color css
<style>
span { border-color: #010F02; }
span { border-color: rgb(1,15,2); }
td.TdClassName
{
border-color: #010F02;
}
.TagClassName
{
border-color: #010F02;
}
</style>