Shades of Blackcurrant #0F031E
Tints of Blackcurrant #0F031E
RGB
CMYK
RGB Variations
Color information
#0F031E (or 0x0F031E) is known color: Blackcurrant. HEX triplet: 0F, 03 and 1E. RGB value is (15,3,30). Sum of RGB (Red+Green+Blue) = 15+3+30=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F031E is #F0FCE1. Grayscale: #090909. Windows color (decimal): -15793378 or 1966863. OLE color: 1966863.
HSL color Cylindrical-coordinate representation of color #0F031E: hue angle of 266.67º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F031E is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 3 | 30 | - |
| CMYK | 0.5 | 0.90 | 0 | 0.88 |
| HSL | 266.67º | 0.82% | 0.06% | - |
| HSV(B) | 266.67º | 0.9% | 0.12% | - |
| XYZ | 0.46 | 0.26 | 1.25 | - |
| YUV | 9.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 30 | 0.5 | 0.90 | 0 | 0.88 | 266.67 | 0.82 | 0.06 |
| Hex | F | 3 | 1E | 32 | 5A | 0 | 58 | 10B | 52 | 6 |
| Octal | 17 | 3 | 36 | 62 | 132 | 0 | 130 | 413 | 122 | 6 |
| Binary | 1111 | 11 | 11110 | 110010 | 1011010 | 0 | 1011000 | 100001011 | 1010010 | 110 |
Color Harmonies of #0F031E
Complementary color
Monochromatic Colors of #0F031E
Black with #0F031E
Text Example
Text Example
White with #0F031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F031E; }
p { color: rgb(15,3,30); }
H1.HeaderClassName
{
color: #0F031E;
}
.AnyTagClassName
{
color: #0F031E;
}
</style>
background-color css
<style>
a { background-color: #0F031E; }
a { background-color: rgb(15,3,30); }
div.DivClassName
{
background-color: #0F031E;
}
.BgClassName
{
background-color: #0F031E;
}
</style>
border-color css
<style>
span { border-color: #0F031E; }
span { border-color: rgb(15,3,30); }
td.TdClassName
{
border-color: #0F031E;
}
.TagClassName
{
border-color: #0F031E;
}
</style>