Shades of Blackcurrant #12011A
Tints of Blackcurrant #12011A
RGB
CMYK
RGB Variations
Color information
#12011A (or 0x12011A) is known color: Blackcurrant. HEX triplet: 12, 01 and 1A. RGB value is (18,1,26). Sum of RGB (Red+Green+Blue) = 18+1+26=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #12011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12011A is #EDFEE5. Grayscale: #080808. Windows color (decimal): -15597286 or 1704210. OLE color: 1704210.
HSL color Cylindrical-coordinate representation of color #12011A: hue angle of 280.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12011A is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 1 | 26 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.90 |
| HSL | 280.8º | 0.93% | 0.05% | - |
| HSV(B) | 280.8º | 0.96% | 0.1% | - |
| XYZ | 0.45 | 0.22 | 1 | - |
| YUV | 8.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 26 | 0.31 | 0.96 | 0 | 0.90 | 280.8 | 0.93 | 0.05 |
| Hex | 12 | 1 | 1A | 1F | 60 | 0 | 5A | 119 | 5D | 5 |
| Octal | 22 | 1 | 32 | 37 | 140 | 0 | 132 | 431 | 135 | 5 |
| Binary | 10010 | 1 | 11010 | 11111 | 1100000 | 0 | 1011010 | 100011001 | 1011101 | 101 |
Color Harmonies of #12011A
Complementary color
Monochromatic Colors of #12011A
Black with #12011A
Text Example
Text Example
White with #12011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12011A; }
p { color: rgb(18,1,26); }
H1.HeaderClassName
{
color: #12011A;
}
.AnyTagClassName
{
color: #12011A;
}
</style>
background-color css
<style>
a { background-color: #12011A; }
a { background-color: rgb(18,1,26); }
div.DivClassName
{
background-color: #12011A;
}
.BgClassName
{
background-color: #12011A;
}
</style>
border-color css
<style>
span { border-color: #12011A; }
span { border-color: rgb(18,1,26); }
td.TdClassName
{
border-color: #12011A;
}
.TagClassName
{
border-color: #12011A;
}
</style>