Shades of Blackcurrant #12042C
Tints of Blackcurrant #12042C
RGB
CMYK
RGB Variations
Color information
#12042C (or 0x12042C) is known color: Blackcurrant. HEX triplet: 12, 04 and 2C. RGB value is (18,4,44). Sum of RGB (Red+Green+Blue) = 18+4+44=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #12042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12042C is #EDFBD3. Grayscale: #0C0C0C. Windows color (decimal): -15596500 or 2884626. OLE color: 2884626.
HSL color Cylindrical-coordinate representation of color #12042C: hue angle of 261º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12042C is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 4 | 44 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.83 |
| HSL | 261º | 0.83% | 0.09% | - |
| HSV(B) | 261º | 0.91% | 0.17% | - |
| XYZ | 0.75 | 0.4 | 2.42 | - |
| YUV | 12.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 44 | 0.59 | 0.91 | 0 | 0.83 | 261 | 0.83 | 0.09 |
| Hex | 12 | 4 | 2C | 3B | 5B | 0 | 53 | 105 | 53 | 9 |
| Octal | 22 | 4 | 54 | 73 | 133 | 0 | 123 | 405 | 123 | 11 |
| Binary | 10010 | 100 | 101100 | 111011 | 1011011 | 0 | 1010011 | 100000101 | 1010011 | 1001 |
Color Harmonies of #12042C
Complementary color
Monochromatic Colors of #12042C
Black with #12042C
Text Example
Text Example
White with #12042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12042C; }
p { color: rgb(18,4,44); }
H1.HeaderClassName
{
color: #12042C;
}
.AnyTagClassName
{
color: #12042C;
}
</style>
background-color css
<style>
a { background-color: #12042C; }
a { background-color: rgb(18,4,44); }
div.DivClassName
{
background-color: #12042C;
}
.BgClassName
{
background-color: #12042C;
}
</style>
border-color css
<style>
span { border-color: #12042C; }
span { border-color: rgb(18,4,44); }
td.TdClassName
{
border-color: #12042C;
}
.TagClassName
{
border-color: #12042C;
}
</style>