Shades of Blackcurrant #0F051C
Tints of Blackcurrant #0F051C
RGB
CMYK
RGB Variations
Color information
#0F051C (or 0x0F051C) is known color: Blackcurrant. HEX triplet: 0F, 05 and 1C. RGB value is (15,5,28). Sum of RGB (Red+Green+Blue) = 15+5+28=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F051C is #F0FAE3. Grayscale: #0A0A0A. Windows color (decimal): -15792868 or 1836303. OLE color: 1836303.
HSL color Cylindrical-coordinate representation of color #0F051C: hue angle of 266.09º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F051C is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 5 | 28 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.89 |
| HSL | 266.09º | 0.7% | 0.06% | - |
| HSV(B) | 266.09º | 0.82% | 0.11% | - |
| XYZ | 0.46 | 0.29 | 1.13 | - |
| YUV | 10.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 28 | 0.46 | 0.82 | 0 | 0.89 | 266.09 | 0.7 | 0.06 |
| Hex | F | 5 | 1C | 2E | 52 | 0 | 59 | 10A | 46 | 6 |
| Octal | 17 | 5 | 34 | 56 | 122 | 0 | 131 | 412 | 106 | 6 |
| Binary | 1111 | 101 | 11100 | 101110 | 1010010 | 0 | 1011001 | 100001010 | 1000110 | 110 |
Color Harmonies of #0F051C
Complementary color
Monochromatic Colors of #0F051C
Black with #0F051C
Text Example
Text Example
White with #0F051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F051C; }
p { color: rgb(15,5,28); }
H1.HeaderClassName
{
color: #0F051C;
}
.AnyTagClassName
{
color: #0F051C;
}
</style>
background-color css
<style>
a { background-color: #0F051C; }
a { background-color: rgb(15,5,28); }
div.DivClassName
{
background-color: #0F051C;
}
.BgClassName
{
background-color: #0F051C;
}
</style>
border-color css
<style>
span { border-color: #0F051C; }
span { border-color: rgb(15,5,28); }
td.TdClassName
{
border-color: #0F051C;
}
.TagClassName
{
border-color: #0F051C;
}
</style>