Shades of Blackcurrant #12021D
Tints of Blackcurrant #12021D
RGB
CMYK
RGB Variations
Color information
#12021D (or 0x12021D) is known color: Blackcurrant. HEX triplet: 12, 02 and 1D. RGB value is (18,2,29). Sum of RGB (Red+Green+Blue) = 18+2+29=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #12021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12021D is #EDFDE2. Grayscale: #090909. Windows color (decimal): -15597027 or 1901074. OLE color: 1901074.
HSL color Cylindrical-coordinate representation of color #12021D: hue angle of 275.56º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12021D is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 2 | 29 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.89 |
| HSL | 275.56º | 0.87% | 0.06% | - |
| HSV(B) | 275.56º | 0.93% | 0.11% | - |
| XYZ | 0.49 | 0.26 | 1.19 | - |
| YUV | 9.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 29 | 0.38 | 0.93 | 0 | 0.89 | 275.56 | 0.87 | 0.06 |
| Hex | 12 | 2 | 1D | 26 | 5D | 0 | 59 | 114 | 57 | 6 |
| Octal | 22 | 2 | 35 | 46 | 135 | 0 | 131 | 424 | 127 | 6 |
| Binary | 10010 | 10 | 11101 | 100110 | 1011101 | 0 | 1011001 | 100010100 | 1010111 | 110 |
Color Harmonies of #12021D
Complementary color
Monochromatic Colors of #12021D
Black with #12021D
Text Example
Text Example
White with #12021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12021D; }
p { color: rgb(18,2,29); }
H1.HeaderClassName
{
color: #12021D;
}
.AnyTagClassName
{
color: #12021D;
}
</style>
background-color css
<style>
a { background-color: #12021D; }
a { background-color: rgb(18,2,29); }
div.DivClassName
{
background-color: #12021D;
}
.BgClassName
{
background-color: #12021D;
}
</style>
border-color css
<style>
span { border-color: #12021D; }
span { border-color: rgb(18,2,29); }
td.TdClassName
{
border-color: #12021D;
}
.TagClassName
{
border-color: #12021D;
}
</style>