Shades of Blackcurrant #12021E
Tints of Blackcurrant #12021E
RGB
CMYK
RGB Variations
Color information
#12021E (or 0x12021E) is known color: Blackcurrant. HEX triplet: 12, 02 and 1E. RGB value is (18,2,30). Sum of RGB (Red+Green+Blue) = 18+2+30=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #12021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12021E is #EDFDE1. Grayscale: #090909. Windows color (decimal): -15597026 or 1966610. OLE color: 1966610.
HSL color Cylindrical-coordinate representation of color #12021E: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12021E is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 2 | 30 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.88 |
| HSL | 274.29º | 0.88% | 0.06% | - |
| HSV(B) | 274.29º | 0.93% | 0.12% | - |
| XYZ | 0.51 | 0.27 | 1.25 | - |
| YUV | 9.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 30 | 0.40 | 0.93 | 0 | 0.88 | 274.29 | 0.88 | 0.06 |
| Hex | 12 | 2 | 1E | 28 | 5D | 0 | 58 | 112 | 58 | 6 |
| Octal | 22 | 2 | 36 | 50 | 135 | 0 | 130 | 422 | 130 | 6 |
| Binary | 10010 | 10 | 11110 | 101000 | 1011101 | 0 | 1011000 | 100010010 | 1011000 | 110 |
Color Harmonies of #12021E
Complementary color
Monochromatic Colors of #12021E
Black with #12021E
Text Example
Text Example
White with #12021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12021E; }
p { color: rgb(18,2,30); }
H1.HeaderClassName
{
color: #12021E;
}
.AnyTagClassName
{
color: #12021E;
}
</style>
background-color css
<style>
a { background-color: #12021E; }
a { background-color: rgb(18,2,30); }
div.DivClassName
{
background-color: #12021E;
}
.BgClassName
{
background-color: #12021E;
}
</style>
border-color css
<style>
span { border-color: #12021E; }
span { border-color: rgb(18,2,30); }
td.TdClassName
{
border-color: #12021E;
}
.TagClassName
{
border-color: #12021E;
}
</style>