Shades of Blackcurrant #0A001B
Tints of Blackcurrant #0A001B
RGB
CMYK
RGB Variations
Color information
#0A001B (or 0x0A001B) is known color: Blackcurrant. HEX triplet: 0A, 00 and 1B. RGB value is (10,0,27). Sum of RGB (Red+Green+Blue) = 10+0+27=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 27 (10.94% from 255 or 72.97% from 37); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A001B is #F5FFE4. Grayscale: #050505. Windows color (decimal): -16121829 or 1769482. OLE color: 1769482.
HSL color Cylindrical-coordinate representation of color #0A001B: hue angle of 262.22º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A001B is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 0 | 27 | - |
| CMYK | 0.63 | 1 | 0 | 0.89 |
| HSL | 262.22º | 1% | 0.05% | - |
| HSV(B) | 262.22º | 1% | 0.11% | - |
| XYZ | 0.32 | 0.14 | 1.05 | - |
| YUV | 6.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 27 | 0.63 | 1 | 0 | 0.89 | 262.22 | 1 | 0.05 |
| Hex | A | 0 | 1B | 3F | 64 | 0 | 59 | 106 | 64 | 5 |
| Octal | 12 | 0 | 33 | 77 | 144 | 0 | 131 | 406 | 144 | 5 |
| Binary | 1010 | 0 | 11011 | 111111 | 1100100 | 0 | 1011001 | 100000110 | 1100100 | 101 |
Color Harmonies of #0A001B
Complementary color
Monochromatic Colors of #0A001B
Black with #0A001B
Text Example
Text Example
White with #0A001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A001B; }
p { color: rgb(10,0,27); }
H1.HeaderClassName
{
color: #0A001B;
}
.AnyTagClassName
{
color: #0A001B;
}
</style>
background-color css
<style>
a { background-color: #0A001B; }
a { background-color: rgb(10,0,27); }
div.DivClassName
{
background-color: #0A001B;
}
.BgClassName
{
background-color: #0A001B;
}
</style>
border-color css
<style>
span { border-color: #0A001B; }
span { border-color: rgb(10,0,27); }
td.TdClassName
{
border-color: #0A001B;
}
.TagClassName
{
border-color: #0A001B;
}
</style>