Shades of Blackcurrant #12012C
Tints of Blackcurrant #12012C
RGB
CMYK
RGB Variations
Color information
#12012C (or 0x12012C) is known color: Blackcurrant. HEX triplet: 12, 01 and 2C. RGB value is (18,1,44). Sum of RGB (Red+Green+Blue) = 18+1+44=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #12012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12012C is #EDFED3. Grayscale: #0A0A0A. Windows color (decimal): -15597268 or 2883858. OLE color: 2883858.
HSL color Cylindrical-coordinate representation of color #12012C: hue angle of 263.72º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12012C is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 1 | 44 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.83 |
| HSL | 263.72º | 0.96% | 0.09% | - |
| HSV(B) | 263.72º | 0.98% | 0.17% | - |
| XYZ | 0.71 | 0.33 | 2.41 | - |
| YUV | 10.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 44 | 0.59 | 0.98 | 0 | 0.83 | 263.72 | 0.96 | 0.09 |
| Hex | 12 | 1 | 2C | 3B | 62 | 0 | 53 | 108 | 60 | 9 |
| Octal | 22 | 1 | 54 | 73 | 142 | 0 | 123 | 410 | 140 | 11 |
| Binary | 10010 | 1 | 101100 | 111011 | 1100010 | 0 | 1010011 | 100001000 | 1100000 | 1001 |
Color Harmonies of #12012C
Complementary color
Monochromatic Colors of #12012C
Black with #12012C
Text Example
Text Example
White with #12012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12012C; }
p { color: rgb(18,1,44); }
H1.HeaderClassName
{
color: #12012C;
}
.AnyTagClassName
{
color: #12012C;
}
</style>
background-color css
<style>
a { background-color: #12012C; }
a { background-color: rgb(18,1,44); }
div.DivClassName
{
background-color: #12012C;
}
.BgClassName
{
background-color: #12012C;
}
</style>
border-color css
<style>
span { border-color: #12012C; }
span { border-color: rgb(18,1,44); }
td.TdClassName
{
border-color: #12012C;
}
.TagClassName
{
border-color: #12012C;
}
</style>