Shades of Blackcurrant #0A0315
Tints of Blackcurrant #0A0315
RGB
CMYK
RGB Variations
Color information
#0A0315 (or 0x0A0315) is known color: Blackcurrant. HEX triplet: 0A, 03 and 15. RGB value is (10,3,21). Sum of RGB (Red+Green+Blue) = 10+3+21=34 (4% of max value = 765). Red value is 10 (4.30% from 255 or 29.41% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 21 (8.59% from 255 or 61.76% from 34); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0315 is #F5FCEA. Grayscale: #070707. Windows color (decimal): -16121067 or 1377034. OLE color: 1377034.
HSL color Cylindrical-coordinate representation of color #0A0315: hue angle of 263.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A0315 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 3 | 21 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.92 |
| HSL | 263.33º | 0.75% | 0.05% | - |
| HSV(B) | 263.33º | 0.86% | 0.08% | - |
| XYZ | 0.29 | 0.18 | 0.73 | - |
| YUV | 7.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 21 | 0.52 | 0.86 | 0 | 0.92 | 263.33 | 0.75 | 0.05 |
| Hex | A | 3 | 15 | 34 | 56 | 0 | 5C | 107 | 4B | 5 |
| Octal | 12 | 3 | 25 | 64 | 126 | 0 | 134 | 407 | 113 | 5 |
| Binary | 1010 | 11 | 10101 | 110100 | 1010110 | 0 | 1011100 | 100000111 | 1001011 | 101 |
Color Harmonies of #0A0315
Complementary color
Monochromatic Colors of #0A0315
Black with #0A0315
Text Example
Text Example
White with #0A0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0315; }
p { color: rgb(10,3,21); }
H1.HeaderClassName
{
color: #0A0315;
}
.AnyTagClassName
{
color: #0A0315;
}
</style>
background-color css
<style>
a { background-color: #0A0315; }
a { background-color: rgb(10,3,21); }
div.DivClassName
{
background-color: #0A0315;
}
.BgClassName
{
background-color: #0A0315;
}
</style>
border-color css
<style>
span { border-color: #0A0315; }
span { border-color: rgb(10,3,21); }
td.TdClassName
{
border-color: #0A0315;
}
.TagClassName
{
border-color: #0A0315;
}
</style>