Shades of Black Forest #0F1A0B
Tints of Black Forest #0F1A0B
RGB
CMYK
RGB Variations
Color information
#0F1A0B (or 0x0F1A0B) is known color: Black Forest. HEX triplet: 0F, 1A and 0B. RGB value is (15,26,11). Sum of RGB (Red+Green+Blue) = 15+26+11=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 26 (10.55% from 255 or 50% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 26 - color contains mainly: green. Hex color #0F1A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1A0B is #F0E5F4. Grayscale: #151515. Windows color (decimal): -15787509 or 727567. OLE color: 727567.
HSL color Cylindrical-coordinate representation of color #0F1A0B: hue angle of 104º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F1A0B is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 26 | 11 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.90 |
| HSL | 104º | 0.41% | 0.07% | - |
| HSV(B) | 104º | 0.58% | 0.1% | - |
| XYZ | 0.63 | 0.86 | 0.45 | - |
| YUV | 21 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 11 | 0.42 | 0 | 0.58 | 0.90 | 104 | 0.41 | 0.07 |
| Hex | F | 1A | B | 2A | 0 | 3A | 5A | 68 | 29 | 7 |
| Octal | 17 | 32 | 13 | 52 | 0 | 72 | 132 | 150 | 51 | 7 |
| Binary | 1111 | 11010 | 1011 | 101010 | 0 | 111010 | 1011010 | 1101000 | 101001 | 111 |
Color Harmonies of #0F1A0B
Complementary color
Monochromatic Colors of #0F1A0B
Black with #0F1A0B
Text Example
Text Example
White with #0F1A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A0B; }
p { color: rgb(15,26,11); }
H1.HeaderClassName
{
color: #0F1A0B;
}
.AnyTagClassName
{
color: #0F1A0B;
}
</style>
background-color css
<style>
a { background-color: #0F1A0B; }
a { background-color: rgb(15,26,11); }
div.DivClassName
{
background-color: #0F1A0B;
}
.BgClassName
{
background-color: #0F1A0B;
}
</style>
border-color css
<style>
span { border-color: #0F1A0B; }
span { border-color: rgb(15,26,11); }
td.TdClassName
{
border-color: #0F1A0B;
}
.TagClassName
{
border-color: #0F1A0B;
}
</style>