Shades of Blackcurrant #0A030F
Tints of Blackcurrant #0A030F
RGB
CMYK
RGB Variations
Color information
#0A030F (or 0x0A030F) is known color: Blackcurrant. HEX triplet: 0A, 03 and 0F. RGB value is (10,3,15). Sum of RGB (Red+Green+Blue) = 10+3+15=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 15 (6.25% from 255 or 53.57% from 28); Max value from RGB is 15 - color contains mainly: blue. Hex color #0A030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A030F is #F5FCF0. Grayscale: #060606. Windows color (decimal): -16121073 or 983818. OLE color: 983818.
HSL color Cylindrical-coordinate representation of color #0A030F: hue angle of 275º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A030F is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 3 | 15 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.94 |
| HSL | 275º | 0.67% | 0.04% | - |
| HSV(B) | 275º | 0.8% | 0.06% | - |
| XYZ | 0.24 | 0.16 | 0.47 | - |
| YUV | 6.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 15 | 0.33 | 0.80 | 0 | 0.94 | 275 | 0.67 | 0.04 |
| Hex | A | 3 | F | 21 | 50 | 0 | 5E | 113 | 43 | 4 |
| Octal | 12 | 3 | 17 | 41 | 120 | 0 | 136 | 423 | 103 | 4 |
| Binary | 1010 | 11 | 1111 | 100001 | 1010000 | 0 | 1011110 | 100010011 | 1000011 | 100 |
Color Harmonies of #0A030F
Complementary color
Monochromatic Colors of #0A030F
Black with #0A030F
Text Example
Text Example
White with #0A030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A030F; }
p { color: rgb(10,3,15); }
H1.HeaderClassName
{
color: #0A030F;
}
.AnyTagClassName
{
color: #0A030F;
}
</style>
background-color css
<style>
a { background-color: #0A030F; }
a { background-color: rgb(10,3,15); }
div.DivClassName
{
background-color: #0A030F;
}
.BgClassName
{
background-color: #0A030F;
}
</style>
border-color css
<style>
span { border-color: #0A030F; }
span { border-color: rgb(10,3,15); }
td.TdClassName
{
border-color: #0A030F;
}
.TagClassName
{
border-color: #0A030F;
}
</style>