Shades of Blackcurrant #0F0A18
Tints of Blackcurrant #0F0A18
RGB
CMYK
RGB Variations
Color information
#0F0A18 (or 0x0F0A18) is known color: Blackcurrant. HEX triplet: 0F, 0A and 18. RGB value is (15,10,24). Sum of RGB (Red+Green+Blue) = 15+10+24=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A18 is #F0F5E7. Grayscale: #0D0D0D. Windows color (decimal): -15791592 or 1575439. OLE color: 1575439.
HSL color Cylindrical-coordinate representation of color #0F0A18: hue angle of 261.43º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F0A18 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 10 | 24 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.91 |
| HSL | 261.43º | 0.41% | 0.07% | - |
| HSV(B) | 261.43º | 0.58% | 0.09% | - |
| XYZ | 0.47 | 0.38 | 0.91 | - |
| YUV | 13.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 24 | 0.37 | 0.58 | 0 | 0.91 | 261.43 | 0.41 | 0.07 |
| Hex | F | A | 18 | 25 | 3A | 0 | 5B | 105 | 29 | 7 |
| Octal | 17 | 12 | 30 | 45 | 72 | 0 | 133 | 405 | 51 | 7 |
| Binary | 1111 | 1010 | 11000 | 100101 | 111010 | 0 | 1011011 | 100000101 | 101001 | 111 |
Color Harmonies of #0F0A18
Complementary color
Monochromatic Colors of #0F0A18
Black with #0F0A18
Text Example
Text Example
White with #0F0A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A18; }
p { color: rgb(15,10,24); }
H1.HeaderClassName
{
color: #0F0A18;
}
.AnyTagClassName
{
color: #0F0A18;
}
</style>
background-color css
<style>
a { background-color: #0F0A18; }
a { background-color: rgb(15,10,24); }
div.DivClassName
{
background-color: #0F0A18;
}
.BgClassName
{
background-color: #0F0A18;
}
</style>
border-color css
<style>
span { border-color: #0F0A18; }
span { border-color: rgb(15,10,24); }
td.TdClassName
{
border-color: #0F0A18;
}
.TagClassName
{
border-color: #0F0A18;
}
</style>