Shades of Blackcurrant #12021A
Tints of Blackcurrant #12021A
RGB
CMYK
RGB Variations
Color information
#12021A (or 0x12021A) is known color: Blackcurrant. HEX triplet: 12, 02 and 1A. RGB value is (18,2,26). Sum of RGB (Red+Green+Blue) = 18+2+26=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #12021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12021A is #EDFDE5. Grayscale: #090909. Windows color (decimal): -15597030 or 1704466. OLE color: 1704466.
HSL color Cylindrical-coordinate representation of color #12021A: hue angle of 280º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12021A is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 2 | 26 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.90 |
| HSL | 280º | 0.86% | 0.05% | - |
| HSV(B) | 280º | 0.92% | 0.1% | - |
| XYZ | 0.46 | 0.25 | 1 | - |
| YUV | 9.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 26 | 0.31 | 0.92 | 0 | 0.90 | 280 | 0.86 | 0.05 |
| Hex | 12 | 2 | 1A | 1F | 5C | 0 | 5A | 118 | 56 | 5 |
| Octal | 22 | 2 | 32 | 37 | 134 | 0 | 132 | 430 | 126 | 5 |
| Binary | 10010 | 10 | 11010 | 11111 | 1011100 | 0 | 1011010 | 100011000 | 1010110 | 101 |
Color Harmonies of #12021A
Complementary color
Monochromatic Colors of #12021A
Black with #12021A
Text Example
Text Example
White with #12021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12021A; }
p { color: rgb(18,2,26); }
H1.HeaderClassName
{
color: #12021A;
}
.AnyTagClassName
{
color: #12021A;
}
</style>
background-color css
<style>
a { background-color: #12021A; }
a { background-color: rgb(18,2,26); }
div.DivClassName
{
background-color: #12021A;
}
.BgClassName
{
background-color: #12021A;
}
</style>
border-color css
<style>
span { border-color: #12021A; }
span { border-color: rgb(18,2,26); }
td.TdClassName
{
border-color: #12021A;
}
.TagClassName
{
border-color: #12021A;
}
</style>