Shades of Blackcurrant #0F0818
Tints of Blackcurrant #0F0818
RGB
CMYK
RGB Variations
Color information
#0F0818 (or 0x0F0818) is known color: Blackcurrant. HEX triplet: 0F, 08 and 18. RGB value is (15,8,24). Sum of RGB (Red+Green+Blue) = 15+8+24=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0818 is #F0F7E7. Grayscale: #0B0B0B. Windows color (decimal): -15792104 or 1574927. OLE color: 1574927.
HSL color Cylindrical-coordinate representation of color #0F0818: hue angle of 266.25º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F0818 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 8 | 24 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.91 |
| HSL | 266.25º | 0.5% | 0.06% | - |
| HSV(B) | 266.25º | 0.67% | 0.09% | - |
| XYZ | 0.45 | 0.34 | 0.91 | - |
| YUV | 11.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 24 | 0.37 | 0.67 | 0 | 0.91 | 266.25 | 0.5 | 0.06 |
| Hex | F | 8 | 18 | 25 | 43 | 0 | 5B | 10A | 32 | 6 |
| Octal | 17 | 10 | 30 | 45 | 103 | 0 | 133 | 412 | 62 | 6 |
| Binary | 1111 | 1000 | 11000 | 100101 | 1000011 | 0 | 1011011 | 100001010 | 110010 | 110 |
Color Harmonies of #0F0818
Complementary color
Monochromatic Colors of #0F0818
Black with #0F0818
Text Example
Text Example
White with #0F0818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0818; }
p { color: rgb(15,8,24); }
H1.HeaderClassName
{
color: #0F0818;
}
.AnyTagClassName
{
color: #0F0818;
}
</style>
background-color css
<style>
a { background-color: #0F0818; }
a { background-color: rgb(15,8,24); }
div.DivClassName
{
background-color: #0F0818;
}
.BgClassName
{
background-color: #0F0818;
}
</style>
border-color css
<style>
span { border-color: #0F0818; }
span { border-color: rgb(15,8,24); }
td.TdClassName
{
border-color: #0F0818;
}
.TagClassName
{
border-color: #0F0818;
}
</style>