Shades of Blackcurrant #0F002A
Tints of Blackcurrant #0F002A
RGB
CMYK
RGB Variations
Color information
#0F002A (or 0x0F002A) is known color: Blackcurrant. HEX triplet: 0F, 00 and 2A. RGB value is (15,0,42). Sum of RGB (Red+Green+Blue) = 15+0+42=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 42 (16.80% from 255 or 73.68% from 57); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F002A is #F0FFD5. Grayscale: #090909. Windows color (decimal): -15794134 or 2752527. OLE color: 2752527.
HSL color Cylindrical-coordinate representation of color #0F002A: hue angle of 261.43º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F002A is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 0 | 42 | - |
| CMYK | 0.64 | 1 | 0 | 0.84 |
| HSL | 261.43º | 1% | 0.08% | - |
| HSV(B) | 261.43º | 1% | 0.16% | - |
| XYZ | 0.61 | 0.27 | 2.21 | - |
| YUV | 9.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 42 | 0.64 | 1 | 0 | 0.84 | 261.43 | 1 | 0.08 |
| Hex | F | 0 | 2A | 40 | 64 | 0 | 54 | 105 | 64 | 8 |
| Octal | 17 | 0 | 52 | 100 | 144 | 0 | 124 | 405 | 144 | 10 |
| Binary | 1111 | 0 | 101010 | 1000000 | 1100100 | 0 | 1010100 | 100000101 | 1100100 | 1000 |
Color Harmonies of #0F002A
Complementary color
Monochromatic Colors of #0F002A
Black with #0F002A
Text Example
Text Example
White with #0F002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F002A; }
p { color: rgb(15,0,42); }
H1.HeaderClassName
{
color: #0F002A;
}
.AnyTagClassName
{
color: #0F002A;
}
</style>
background-color css
<style>
a { background-color: #0F002A; }
a { background-color: rgb(15,0,42); }
div.DivClassName
{
background-color: #0F002A;
}
.BgClassName
{
background-color: #0F002A;
}
</style>
border-color css
<style>
span { border-color: #0F002A; }
span { border-color: rgb(15,0,42); }
td.TdClassName
{
border-color: #0F002A;
}
.TagClassName
{
border-color: #0F002A;
}
</style>