Shades of Blackcurrant #0F0816
Tints of Blackcurrant #0F0816
RGB
CMYK
RGB Variations
Color information
#0F0816 (or 0x0F0816) is known color: Blackcurrant. HEX triplet: 0F, 08 and 16. RGB value is (15,8,22). Sum of RGB (Red+Green+Blue) = 15+8+22=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0816 is #F0F7E9. Grayscale: #0B0B0B. Windows color (decimal): -15792106 or 1443855. OLE color: 1443855.
HSL color Cylindrical-coordinate representation of color #0F0816: hue angle of 270º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F0816 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 8 | 22 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.91 |
| HSL | 270º | 0.47% | 0.06% | - |
| HSV(B) | 270º | 0.64% | 0.09% | - |
| XYZ | 0.43 | 0.33 | 0.8 | - |
| YUV | 11.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 22 | 0.32 | 0.64 | 0 | 0.91 | 270 | 0.47 | 0.06 |
| Hex | F | 8 | 16 | 20 | 40 | 0 | 5B | 10E | 2F | 6 |
| Octal | 17 | 10 | 26 | 40 | 100 | 0 | 133 | 416 | 57 | 6 |
| Binary | 1111 | 1000 | 10110 | 100000 | 1000000 | 0 | 1011011 | 100001110 | 101111 | 110 |
Color Harmonies of #0F0816
Complementary color
Monochromatic Colors of #0F0816
Black with #0F0816
Text Example
Text Example
White with #0F0816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0816; }
p { color: rgb(15,8,22); }
H1.HeaderClassName
{
color: #0F0816;
}
.AnyTagClassName
{
color: #0F0816;
}
</style>
background-color css
<style>
a { background-color: #0F0816; }
a { background-color: rgb(15,8,22); }
div.DivClassName
{
background-color: #0F0816;
}
.BgClassName
{
background-color: #0F0816;
}
</style>
border-color css
<style>
span { border-color: #0F0816; }
span { border-color: rgb(15,8,22); }
td.TdClassName
{
border-color: #0F0816;
}
.TagClassName
{
border-color: #0F0816;
}
</style>