Shades of Black Bean #0F1E13
Tints of Black Bean #0F1E13
RGB
CMYK
RGB Variations
Color information
#0F1E13 (or 0x0F1E13) is known color: Black Bean. HEX triplet: 0F, 1E and 13. RGB value is (15,30,19). Sum of RGB (Red+Green+Blue) = 15+30+19=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E13 is #F0E1EC. Grayscale: #181818. Windows color (decimal): -15786477 or 1252879. OLE color: 1252879.
HSL color Cylindrical-coordinate representation of color #0F1E13: hue angle of 136º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F1E13 is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 30 | 19 | - |
| CMYK | 0.5 | 0 | 0.37 | 0.88 |
| HSL | 136º | 0.33% | 0.09% | - |
| HSV(B) | 136º | 0.5% | 0.12% | - |
| XYZ | 0.78 | 1.08 | 0.78 | - |
| YUV | 24.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 19 | 0.5 | 0 | 0.37 | 0.88 | 136 | 0.33 | 0.09 |
| Hex | F | 1E | 13 | 32 | 0 | 25 | 58 | 88 | 21 | 9 |
| Octal | 17 | 36 | 23 | 62 | 0 | 45 | 130 | 210 | 41 | 11 |
| Binary | 1111 | 11110 | 10011 | 110010 | 0 | 100101 | 1011000 | 10001000 | 100001 | 1001 |
Color Harmonies of #0F1E13
Complementary color
Monochromatic Colors of #0F1E13
Black with #0F1E13
Text Example
Text Example
White with #0F1E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E13; }
p { color: rgb(15,30,19); }
H1.HeaderClassName
{
color: #0F1E13;
}
.AnyTagClassName
{
color: #0F1E13;
}
</style>
background-color css
<style>
a { background-color: #0F1E13; }
a { background-color: rgb(15,30,19); }
div.DivClassName
{
background-color: #0F1E13;
}
.BgClassName
{
background-color: #0F1E13;
}
</style>
border-color css
<style>
span { border-color: #0F1E13; }
span { border-color: rgb(15,30,19); }
td.TdClassName
{
border-color: #0F1E13;
}
.TagClassName
{
border-color: #0F1E13;
}
</style>