Shades of Blackcurrant #0A001F
Tints of Blackcurrant #0A001F
RGB
CMYK
RGB Variations
Color information
#0A001F (or 0x0A001F) is known color: Blackcurrant. HEX triplet: 0A, 00 and 1F. RGB value is (10,0,31). Sum of RGB (Red+Green+Blue) = 10+0+31=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 31 (12.5% from 255 or 75.61% from 41); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A001F is #F5FFE0. Grayscale: #060606. Windows color (decimal): -16121825 or 2031626. OLE color: 2031626.
HSL color Cylindrical-coordinate representation of color #0A001F: hue angle of 259.35º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A001F is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 0 | 31 | - |
| CMYK | 0.68 | 1 | 0 | 0.88 |
| HSL | 259.35º | 1% | 0.06% | - |
| HSV(B) | 259.35º | 1% | 0.12% | - |
| XYZ | 0.37 | 0.16 | 1.31 | - |
| YUV | 6.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 31 | 0.68 | 1 | 0 | 0.88 | 259.35 | 1 | 0.06 |
| Hex | A | 0 | 1F | 44 | 64 | 0 | 58 | 103 | 64 | 6 |
| Octal | 12 | 0 | 37 | 104 | 144 | 0 | 130 | 403 | 144 | 6 |
| Binary | 1010 | 0 | 11111 | 1000100 | 1100100 | 0 | 1011000 | 100000011 | 1100100 | 110 |
Color Harmonies of #0A001F
Complementary color
Monochromatic Colors of #0A001F
Black with #0A001F
Text Example
Text Example
White with #0A001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A001F; }
p { color: rgb(10,0,31); }
H1.HeaderClassName
{
color: #0A001F;
}
.AnyTagClassName
{
color: #0A001F;
}
</style>
background-color css
<style>
a { background-color: #0A001F; }
a { background-color: rgb(10,0,31); }
div.DivClassName
{
background-color: #0A001F;
}
.BgClassName
{
background-color: #0A001F;
}
</style>
border-color css
<style>
span { border-color: #0A001F; }
span { border-color: rgb(10,0,31); }
td.TdClassName
{
border-color: #0A001F;
}
.TagClassName
{
border-color: #0A001F;
}
</style>