Shades of Blackcurrant #0F071C
Tints of Blackcurrant #0F071C
RGB
CMYK
RGB Variations
Color information
#0F071C (or 0x0F071C) is known color: Blackcurrant. HEX triplet: 0F, 07 and 1C. RGB value is (15,7,28). Sum of RGB (Red+Green+Blue) = 15+7+28=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F071C is #F0F8E3. Grayscale: #0B0B0B. Windows color (decimal): -15792356 or 1836815. OLE color: 1836815.
HSL color Cylindrical-coordinate representation of color #0F071C: hue angle of 262.86º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F071C is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 7 | 28 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.89 |
| HSL | 262.86º | 0.6% | 0.07% | - |
| HSV(B) | 262.86º | 0.75% | 0.11% | - |
| XYZ | 0.48 | 0.34 | 1.14 | - |
| YUV | 11.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 28 | 0.46 | 0.75 | 0 | 0.89 | 262.86 | 0.6 | 0.07 |
| Hex | F | 7 | 1C | 2E | 4B | 0 | 59 | 107 | 3C | 7 |
| Octal | 17 | 7 | 34 | 56 | 113 | 0 | 131 | 407 | 74 | 7 |
| Binary | 1111 | 111 | 11100 | 101110 | 1001011 | 0 | 1011001 | 100000111 | 111100 | 111 |
Color Harmonies of #0F071C
Complementary color
Monochromatic Colors of #0F071C
Black with #0F071C
Text Example
Text Example
White with #0F071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F071C; }
p { color: rgb(15,7,28); }
H1.HeaderClassName
{
color: #0F071C;
}
.AnyTagClassName
{
color: #0F071C;
}
</style>
background-color css
<style>
a { background-color: #0F071C; }
a { background-color: rgb(15,7,28); }
div.DivClassName
{
background-color: #0F071C;
}
.BgClassName
{
background-color: #0F071C;
}
</style>
border-color css
<style>
span { border-color: #0F071C; }
span { border-color: rgb(15,7,28); }
td.TdClassName
{
border-color: #0F071C;
}
.TagClassName
{
border-color: #0F071C;
}
</style>