Shades of Blackcurrant #0F0319
Tints of Blackcurrant #0F0319
RGB
CMYK
RGB Variations
Color information
#0F0319 (or 0x0F0319) is known color: Blackcurrant. HEX triplet: 0F, 03 and 19. RGB value is (15,3,25). Sum of RGB (Red+Green+Blue) = 15+3+25=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F0319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0319 is #F0FCE6. Grayscale: #090909. Windows color (decimal): -15793383 or 1639183. OLE color: 1639183.
HSL color Cylindrical-coordinate representation of color #0F0319: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F0319 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 3 | 25 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.90 |
| HSL | 272.73º | 0.79% | 0.05% | - |
| HSV(B) | 272.73º | 0.88% | 0.1% | - |
| XYZ | 0.41 | 0.24 | 0.94 | - |
| YUV | 9.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 25 | 0.40 | 0.88 | 0 | 0.90 | 272.73 | 0.79 | 0.05 |
| Hex | F | 3 | 19 | 28 | 58 | 0 | 5A | 111 | 4F | 5 |
| Octal | 17 | 3 | 31 | 50 | 130 | 0 | 132 | 421 | 117 | 5 |
| Binary | 1111 | 11 | 11001 | 101000 | 1011000 | 0 | 1011010 | 100010001 | 1001111 | 101 |
Color Harmonies of #0F0319
Complementary color
Monochromatic Colors of #0F0319
Black with #0F0319
Text Example
Text Example
White with #0F0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0319; }
p { color: rgb(15,3,25); }
H1.HeaderClassName
{
color: #0F0319;
}
.AnyTagClassName
{
color: #0F0319;
}
</style>
background-color css
<style>
a { background-color: #0F0319; }
a { background-color: rgb(15,3,25); }
div.DivClassName
{
background-color: #0F0319;
}
.BgClassName
{
background-color: #0F0319;
}
</style>
border-color css
<style>
span { border-color: #0F0319; }
span { border-color: rgb(15,3,25); }
td.TdClassName
{
border-color: #0F0319;
}
.TagClassName
{
border-color: #0F0319;
}
</style>