Shades of Blackcurrant #0F0022
Tints of Blackcurrant #0F0022
RGB
CMYK
RGB Variations
Color information
#0F0022 (or 0x0F0022) is known color: Blackcurrant. HEX triplet: 0F, 00 and 22. RGB value is (15,0,34). Sum of RGB (Red+Green+Blue) = 15+0+34=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 34 (13.67% from 255 or 69.39% from 49); Max value from RGB is 34 - color contains mainly: blue. Hex color #0F0022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0022 is #F0FFDD. Grayscale: #080808. Windows color (decimal): -15794142 or 2228239. OLE color: 2228239.
HSL color Cylindrical-coordinate representation of color #0F0022: hue angle of 266.47º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0022 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 0 | 34 | - |
| CMYK | 0.56 | 1 | 0 | 0.87 |
| HSL | 266.47º | 1% | 0.07% | - |
| HSV(B) | 266.47º | 1% | 0.13% | - |
| XYZ | 0.49 | 0.22 | 1.53 | - |
| YUV | 8.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 34 | 0.56 | 1 | 0 | 0.87 | 266.47 | 1 | 0.07 |
| Hex | F | 0 | 22 | 38 | 64 | 0 | 57 | 10A | 64 | 7 |
| Octal | 17 | 0 | 42 | 70 | 144 | 0 | 127 | 412 | 144 | 7 |
| Binary | 1111 | 0 | 100010 | 111000 | 1100100 | 0 | 1010111 | 100001010 | 1100100 | 111 |
Color Harmonies of #0F0022
Complementary color
Monochromatic Colors of #0F0022
Black with #0F0022
Text Example
Text Example
White with #0F0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0022; }
p { color: rgb(15,0,34); }
H1.HeaderClassName
{
color: #0F0022;
}
.AnyTagClassName
{
color: #0F0022;
}
</style>
background-color css
<style>
a { background-color: #0F0022; }
a { background-color: rgb(15,0,34); }
div.DivClassName
{
background-color: #0F0022;
}
.BgClassName
{
background-color: #0F0022;
}
</style>
border-color css
<style>
span { border-color: #0F0022; }
span { border-color: rgb(15,0,34); }
td.TdClassName
{
border-color: #0F0022;
}
.TagClassName
{
border-color: #0F0022;
}
</style>