Shades of Blackcurrant #12011C
Tints of Blackcurrant #12011C
RGB
CMYK
RGB Variations
Color information
#12011C (or 0x12011C) is known color: Blackcurrant. HEX triplet: 12, 01 and 1C. RGB value is (18,1,28). Sum of RGB (Red+Green+Blue) = 18+1+28=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #12011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12011C is #EDFEE3. Grayscale: #090909. Windows color (decimal): -15597284 or 1835282. OLE color: 1835282.
HSL color Cylindrical-coordinate representation of color #12011C: hue angle of 277.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12011C is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 1 | 28 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.89 |
| HSL | 277.78º | 0.93% | 0.06% | - |
| HSV(B) | 277.78º | 0.96% | 0.11% | - |
| XYZ | 0.47 | 0.23 | 1.12 | - |
| YUV | 9.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 28 | 0.36 | 0.96 | 0 | 0.89 | 277.78 | 0.93 | 0.06 |
| Hex | 12 | 1 | 1C | 24 | 60 | 0 | 59 | 116 | 5D | 6 |
| Octal | 22 | 1 | 34 | 44 | 140 | 0 | 131 | 426 | 135 | 6 |
| Binary | 10010 | 1 | 11100 | 100100 | 1100000 | 0 | 1011001 | 100010110 | 1011101 | 110 |
Color Harmonies of #12011C
Complementary color
Monochromatic Colors of #12011C
Black with #12011C
Text Example
Text Example
White with #12011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12011C; }
p { color: rgb(18,1,28); }
H1.HeaderClassName
{
color: #12011C;
}
.AnyTagClassName
{
color: #12011C;
}
</style>
background-color css
<style>
a { background-color: #12011C; }
a { background-color: rgb(18,1,28); }
div.DivClassName
{
background-color: #12011C;
}
.BgClassName
{
background-color: #12011C;
}
</style>
border-color css
<style>
span { border-color: #12011C; }
span { border-color: rgb(18,1,28); }
td.TdClassName
{
border-color: #12011C;
}
.TagClassName
{
border-color: #12011C;
}
</style>