Shades of Blackcurrant #0A0415
Tints of Blackcurrant #0A0415
RGB
CMYK
RGB Variations
Color information
#0A0415 (or 0x0A0415) is known color: Blackcurrant. HEX triplet: 0A, 04 and 15. RGB value is (10,4,21). Sum of RGB (Red+Green+Blue) = 10+4+21=35 (4% of max value = 765). Red value is 10 (4.30% from 255 or 28.57% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0415 is #F5FBEA. Grayscale: #070707. Windows color (decimal): -16120811 or 1377290. OLE color: 1377290.
HSL color Cylindrical-coordinate representation of color #0A0415: hue angle of 261.18º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A0415 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 4 | 21 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.92 |
| HSL | 261.18º | 0.68% | 0.05% | - |
| HSV(B) | 261.18º | 0.81% | 0.08% | - |
| XYZ | 0.3 | 0.21 | 0.73 | - |
| YUV | 7.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 21 | 0.52 | 0.81 | 0 | 0.92 | 261.18 | 0.68 | 0.05 |
| Hex | A | 4 | 15 | 34 | 51 | 0 | 5C | 105 | 44 | 5 |
| Octal | 12 | 4 | 25 | 64 | 121 | 0 | 134 | 405 | 104 | 5 |
| Binary | 1010 | 100 | 10101 | 110100 | 1010001 | 0 | 1011100 | 100000101 | 1000100 | 101 |
Color Harmonies of #0A0415
Complementary color
Monochromatic Colors of #0A0415
Black with #0A0415
Text Example
Text Example
White with #0A0415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0415; }
p { color: rgb(10,4,21); }
H1.HeaderClassName
{
color: #0A0415;
}
.AnyTagClassName
{
color: #0A0415;
}
</style>
background-color css
<style>
a { background-color: #0A0415; }
a { background-color: rgb(10,4,21); }
div.DivClassName
{
background-color: #0A0415;
}
.BgClassName
{
background-color: #0A0415;
}
</style>
border-color css
<style>
span { border-color: #0A0415; }
span { border-color: rgb(10,4,21); }
td.TdClassName
{
border-color: #0A0415;
}
.TagClassName
{
border-color: #0A0415;
}
</style>