Shades of Blackcurrant #0F031C
Tints of Blackcurrant #0F031C
RGB
CMYK
RGB Variations
Color information
#0F031C (or 0x0F031C) is known color: Blackcurrant. HEX triplet: 0F, 03 and 1C. RGB value is (15,3,28). Sum of RGB (Red+Green+Blue) = 15+3+28=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F031C is #F0FCE3. Grayscale: #090909. Windows color (decimal): -15793380 or 1835791. OLE color: 1835791.
HSL color Cylindrical-coordinate representation of color #0F031C: hue angle of 268.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F031C is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 3 | 28 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.89 |
| HSL | 268.8º | 0.81% | 0.06% | - |
| HSV(B) | 268.8º | 0.89% | 0.11% | - |
| XYZ | 0.44 | 0.25 | 1.12 | - |
| YUV | 9.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 28 | 0.46 | 0.89 | 0 | 0.89 | 268.8 | 0.81 | 0.06 |
| Hex | F | 3 | 1C | 2E | 59 | 0 | 59 | 10D | 51 | 6 |
| Octal | 17 | 3 | 34 | 56 | 131 | 0 | 131 | 415 | 121 | 6 |
| Binary | 1111 | 11 | 11100 | 101110 | 1011001 | 0 | 1011001 | 100001101 | 1010001 | 110 |
Color Harmonies of #0F031C
Complementary color
Monochromatic Colors of #0F031C
Black with #0F031C
Text Example
Text Example
White with #0F031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F031C; }
p { color: rgb(15,3,28); }
H1.HeaderClassName
{
color: #0F031C;
}
.AnyTagClassName
{
color: #0F031C;
}
</style>
background-color css
<style>
a { background-color: #0F031C; }
a { background-color: rgb(15,3,28); }
div.DivClassName
{
background-color: #0F031C;
}
.BgClassName
{
background-color: #0F031C;
}
</style>
border-color css
<style>
span { border-color: #0F031C; }
span { border-color: rgb(15,3,28); }
td.TdClassName
{
border-color: #0F031C;
}
.TagClassName
{
border-color: #0F031C;
}
</style>