Shades of Black Bean #0F1F13
Tints of Black Bean #0F1F13
RGB
CMYK
RGB Variations
Color information
#0F1F13 (or 0x0F1F13) is known color: Black Bean. HEX triplet: 0F, 1F and 13. RGB value is (15,31,19). Sum of RGB (Red+Green+Blue) = 15+31+19=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F13 is #F0E0EC. Grayscale: #181818. Windows color (decimal): -15786221 or 1253135. OLE color: 1253135.
HSL color Cylindrical-coordinate representation of color #0F1F13: hue angle of 135º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F1F13 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 31 | 19 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.88 |
| HSL | 135º | 0.35% | 0.09% | - |
| HSV(B) | 135º | 0.52% | 0.12% | - |
| XYZ | 0.8 | 1.13 | 0.79 | - |
| YUV | 24.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 19 | 0.52 | 0 | 0.39 | 0.88 | 135 | 0.35 | 0.09 |
| Hex | F | 1F | 13 | 34 | 0 | 27 | 58 | 87 | 23 | 9 |
| Octal | 17 | 37 | 23 | 64 | 0 | 47 | 130 | 207 | 43 | 11 |
| Binary | 1111 | 11111 | 10011 | 110100 | 0 | 100111 | 1011000 | 10000111 | 100011 | 1001 |
Color Harmonies of #0F1F13
Complementary color
Monochromatic Colors of #0F1F13
Black with #0F1F13
Text Example
Text Example
White with #0F1F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1F13; }
p { color: rgb(15,31,19); }
H1.HeaderClassName
{
color: #0F1F13;
}
.AnyTagClassName
{
color: #0F1F13;
}
</style>
background-color css
<style>
a { background-color: #0F1F13; }
a { background-color: rgb(15,31,19); }
div.DivClassName
{
background-color: #0F1F13;
}
.BgClassName
{
background-color: #0F1F13;
}
</style>
border-color css
<style>
span { border-color: #0F1F13; }
span { border-color: rgb(15,31,19); }
td.TdClassName
{
border-color: #0F1F13;
}
.TagClassName
{
border-color: #0F1F13;
}
</style>