Shades of Blackcurrant #0A011F
Tints of Blackcurrant #0A011F
RGB
CMYK
RGB Variations
Color information
#0A011F (or 0x0A011F) is known color: Blackcurrant. HEX triplet: 0A, 01 and 1F. RGB value is (10,1,31). Sum of RGB (Red+Green+Blue) = 10+1+31=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 31 (12.5% from 255 or 73.81% from 42); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A011F is #F5FEE0. Grayscale: #070707. Windows color (decimal): -16121569 or 2031882. OLE color: 2031882.
HSL color Cylindrical-coordinate representation of color #0A011F: hue angle of 258º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A011F is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 1 | 31 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.88 |
| HSL | 258º | 0.94% | 0.06% | - |
| HSV(B) | 258º | 0.97% | 0.12% | - |
| XYZ | 0.38 | 0.19 | 1.31 | - |
| YUV | 7.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 31 | 0.68 | 0.97 | 0 | 0.88 | 258 | 0.94 | 0.06 |
| Hex | A | 1 | 1F | 44 | 61 | 0 | 58 | 102 | 5E | 6 |
| Octal | 12 | 1 | 37 | 104 | 141 | 0 | 130 | 402 | 136 | 6 |
| Binary | 1010 | 1 | 11111 | 1000100 | 1100001 | 0 | 1011000 | 100000010 | 1011110 | 110 |
Color Harmonies of #0A011F
Complementary color
Monochromatic Colors of #0A011F
Black with #0A011F
Text Example
Text Example
White with #0A011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A011F; }
p { color: rgb(10,1,31); }
H1.HeaderClassName
{
color: #0A011F;
}
.AnyTagClassName
{
color: #0A011F;
}
</style>
background-color css
<style>
a { background-color: #0A011F; }
a { background-color: rgb(10,1,31); }
div.DivClassName
{
background-color: #0A011F;
}
.BgClassName
{
background-color: #0A011F;
}
</style>
border-color css
<style>
span { border-color: #0A011F; }
span { border-color: rgb(10,1,31); }
td.TdClassName
{
border-color: #0A011F;
}
.TagClassName
{
border-color: #0A011F;
}
</style>