Shades of Blackcurrant #0F021C
Tints of Blackcurrant #0F021C
RGB
CMYK
RGB Variations
Color information
#0F021C (or 0x0F021C) is known color: Blackcurrant. HEX triplet: 0F, 02 and 1C. RGB value is (15,2,28). Sum of RGB (Red+Green+Blue) = 15+2+28=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F021C is #F0FDE3. Grayscale: #080808. Windows color (decimal): -15793636 or 1835535. OLE color: 1835535.
HSL color Cylindrical-coordinate representation of color #0F021C: hue angle of 270º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F021C is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 15 | 2 | 28 | - |
CMYK | 0.46 | 0.93 | 0 | 0.89 |
HSL | 270º | 0.87% | 0.06% | - |
HSV(B) | 270º | 0.93% | 0.11% | - |
XYZ | 0.43 | 0.23 | 1.12 | - |
YUV | 8.85 | 138.81 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 2 | 28 | 0.46 | 0.93 | 0 | 0.89 | 270 | 0.87 | 0.06 |
Hex | F | 2 | 1C | 2E | 5D | 0 | 59 | 10E | 57 | 6 |
Octal | 17 | 2 | 34 | 56 | 135 | 0 | 131 | 416 | 127 | 6 |
Binary | 1111 | 10 | 11100 | 101110 | 1011101 | 0 | 1011001 | 100001110 | 1010111 | 110 |
Color Harmonies of #0F021C
Complementary color
Monochromatic Colors of #0F021C
Black with #0F021C
Text Example
Text Example
White with #0F021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F021C; }
p { color: rgb(15,2,28); }
H1.HeaderClassName
{
color: #0F021C;
}
.AnyTagClassName
{
color: #0F021C;
}
</style>
background-color css
<style>
a { background-color: #0F021C; }
a { background-color: rgb(15,2,28); }
div.DivClassName
{
background-color: #0F021C;
}
.BgClassName
{
background-color: #0F021C;
}
</style>
border-color css
<style>
span { border-color: #0F021C; }
span { border-color: rgb(15,2,28); }
td.TdClassName
{
border-color: #0F021C;
}
.TagClassName
{
border-color: #0F021C;
}
</style>