Shades of Blackcurrant #12041D
Tints of Blackcurrant #12041D
RGB
CMYK
RGB Variations
Color information
#12041D (or 0x12041D) is known color: Blackcurrant. HEX triplet: 12, 04 and 1D. RGB value is (18,4,29). Sum of RGB (Red+Green+Blue) = 18+4+29=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #12041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12041D is #EDFBE2. Grayscale: #0A0A0A. Windows color (decimal): -15596515 or 1901586. OLE color: 1901586.
HSL color Cylindrical-coordinate representation of color #12041D: hue angle of 273.6º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12041D is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 4 | 29 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.89 |
| HSL | 273.6º | 0.76% | 0.06% | - |
| HSV(B) | 273.6º | 0.86% | 0.11% | - |
| XYZ | 0.51 | 0.3 | 1.19 | - |
| YUV | 11.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 29 | 0.38 | 0.86 | 0 | 0.89 | 273.6 | 0.76 | 0.06 |
| Hex | 12 | 4 | 1D | 26 | 56 | 0 | 59 | 112 | 4C | 6 |
| Octal | 22 | 4 | 35 | 46 | 126 | 0 | 131 | 422 | 114 | 6 |
| Binary | 10010 | 100 | 11101 | 100110 | 1010110 | 0 | 1011001 | 100010010 | 1001100 | 110 |
Color Harmonies of #12041D
Complementary color
Monochromatic Colors of #12041D
Black with #12041D
Text Example
Text Example
White with #12041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12041D; }
p { color: rgb(18,4,29); }
H1.HeaderClassName
{
color: #12041D;
}
.AnyTagClassName
{
color: #12041D;
}
</style>
background-color css
<style>
a { background-color: #12041D; }
a { background-color: rgb(18,4,29); }
div.DivClassName
{
background-color: #12041D;
}
.BgClassName
{
background-color: #12041D;
}
</style>
border-color css
<style>
span { border-color: #12041D; }
span { border-color: rgb(18,4,29); }
td.TdClassName
{
border-color: #12041D;
}
.TagClassName
{
border-color: #12041D;
}
</style>