Shades of Blackcurrant #0F0033
Tints of Blackcurrant #0F0033
RGB
CMYK
RGB Variations
Color information
#0F0033 (or 0x0F0033) is known color: Blackcurrant. HEX triplet: 0F, 00 and 33. RGB value is (15,0,51). Sum of RGB (Red+Green+Blue) = 15+0+51=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 51 (20.31% from 255 or 77.27% from 66); Max value from RGB is 51 - color contains mainly: blue. Hex color #0F0033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0033 is #F0FFCC. Grayscale: #0A0A0A. Windows color (decimal): -15794125 or 3342351. OLE color: 3342351.
HSL color Cylindrical-coordinate representation of color #0F0033: hue angle of 257.65º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0033 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 0 | 51 | - |
| CMYK | 0.71 | 1 | 0 | 0.8 |
| HSL | 257.65º | 1% | 0.1% | - |
| HSV(B) | 257.65º | 1% | 0.2% | - |
| XYZ | 0.79 | 0.34 | 3.16 | - |
| YUV | 10.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 51 | 0.71 | 1 | 0 | 0.8 | 257.65 | 1 | 0.1 |
| Hex | F | 0 | 33 | 47 | 64 | 0 | 50 | 102 | 64 | A |
| Octal | 17 | 0 | 63 | 107 | 144 | 0 | 120 | 402 | 144 | 12 |
| Binary | 1111 | 0 | 110011 | 1000111 | 1100100 | 0 | 1010000 | 100000010 | 1100100 | 1010 |
Color Harmonies of #0F0033
Complementary color
Monochromatic Colors of #0F0033
Black with #0F0033
Text Example
Text Example
White with #0F0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0033; }
p { color: rgb(15,0,51); }
H1.HeaderClassName
{
color: #0F0033;
}
.AnyTagClassName
{
color: #0F0033;
}
</style>
background-color css
<style>
a { background-color: #0F0033; }
a { background-color: rgb(15,0,51); }
div.DivClassName
{
background-color: #0F0033;
}
.BgClassName
{
background-color: #0F0033;
}
</style>
border-color css
<style>
span { border-color: #0F0033; }
span { border-color: rgb(15,0,51); }
td.TdClassName
{
border-color: #0F0033;
}
.TagClassName
{
border-color: #0F0033;
}
</style>