Shades of Blackcurrant #0F001E
Tints of Blackcurrant #0F001E
RGB
CMYK
RGB Variations
Color information
#0F001E (or 0x0F001E) is known color: Blackcurrant. HEX triplet: 0F, 00 and 1E. RGB value is (15,0,30). Sum of RGB (Red+Green+Blue) = 15+0+30=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F001E is #F0FFE1. Grayscale: #070707. Windows color (decimal): -15794146 or 1966095. OLE color: 1966095.
HSL color Cylindrical-coordinate representation of color #0F001E: hue angle of 270º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F001E is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 0 | 30 | - |
| CMYK | 0.5 | 1 | 0 | 0.88 |
| HSL | 270º | 1% | 0.06% | - |
| HSV(B) | 270º | 1% | 0.12% | - |
| XYZ | 0.43 | 0.2 | 1.24 | - |
| YUV | 7.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 30 | 0.5 | 1 | 0 | 0.88 | 270 | 1 | 0.06 |
| Hex | F | 0 | 1E | 32 | 64 | 0 | 58 | 10E | 64 | 6 |
| Octal | 17 | 0 | 36 | 62 | 144 | 0 | 130 | 416 | 144 | 6 |
| Binary | 1111 | 0 | 11110 | 110010 | 1100100 | 0 | 1011000 | 100001110 | 1100100 | 110 |
Color Harmonies of #0F001E
Complementary color
Monochromatic Colors of #0F001E
Black with #0F001E
Text Example
Text Example
White with #0F001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F001E; }
p { color: rgb(15,0,30); }
H1.HeaderClassName
{
color: #0F001E;
}
.AnyTagClassName
{
color: #0F001E;
}
</style>
background-color css
<style>
a { background-color: #0F001E; }
a { background-color: rgb(15,0,30); }
div.DivClassName
{
background-color: #0F001E;
}
.BgClassName
{
background-color: #0F001E;
}
</style>
border-color css
<style>
span { border-color: #0F001E; }
span { border-color: rgb(15,0,30); }
td.TdClassName
{
border-color: #0F001E;
}
.TagClassName
{
border-color: #0F001E;
}
</style>