Shades of Blackcurrant #0F0819
Tints of Blackcurrant #0F0819
RGB
CMYK
RGB Variations
Color information
#0F0819 (or 0x0F0819) is known color: Blackcurrant. HEX triplet: 0F, 08 and 19. RGB value is (15,8,25). Sum of RGB (Red+Green+Blue) = 15+8+25=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F0819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0819 is #F0F7E6. Grayscale: #0B0B0B. Windows color (decimal): -15792103 or 1640463. OLE color: 1640463.
HSL color Cylindrical-coordinate representation of color #0F0819: hue angle of 264.71º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F0819 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 8 | 25 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.90 |
| HSL | 264.71º | 0.52% | 0.06% | - |
| HSV(B) | 264.71º | 0.68% | 0.1% | - |
| XYZ | 0.46 | 0.35 | 0.96 | - |
| YUV | 12.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 25 | 0.40 | 0.68 | 0 | 0.90 | 264.71 | 0.52 | 0.06 |
| Hex | F | 8 | 19 | 28 | 44 | 0 | 5A | 109 | 34 | 6 |
| Octal | 17 | 10 | 31 | 50 | 104 | 0 | 132 | 411 | 64 | 6 |
| Binary | 1111 | 1000 | 11001 | 101000 | 1000100 | 0 | 1011010 | 100001001 | 110100 | 110 |
Color Harmonies of #0F0819
Complementary color
Monochromatic Colors of #0F0819
Black with #0F0819
Text Example
Text Example
White with #0F0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0819; }
p { color: rgb(15,8,25); }
H1.HeaderClassName
{
color: #0F0819;
}
.AnyTagClassName
{
color: #0F0819;
}
</style>
background-color css
<style>
a { background-color: #0F0819; }
a { background-color: rgb(15,8,25); }
div.DivClassName
{
background-color: #0F0819;
}
.BgClassName
{
background-color: #0F0819;
}
</style>
border-color css
<style>
span { border-color: #0F0819; }
span { border-color: rgb(15,8,25); }
td.TdClassName
{
border-color: #0F0819;
}
.TagClassName
{
border-color: #0F0819;
}
</style>