Shades of Blackcurrant #12051C
Tints of Blackcurrant #12051C
RGB
CMYK
RGB Variations
Color information
#12051C (or 0x12051C) is known color: Blackcurrant. HEX triplet: 12, 05 and 1C. RGB value is (18,5,28). Sum of RGB (Red+Green+Blue) = 18+5+28=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #12051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12051C is #EDFAE3. Grayscale: #0B0B0B. Windows color (decimal): -15596260 or 1836306. OLE color: 1836306.
HSL color Cylindrical-coordinate representation of color #12051C: hue angle of 273.91º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12051C is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 5 | 28 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.89 |
| HSL | 273.91º | 0.7% | 0.06% | - |
| HSV(B) | 273.91º | 0.82% | 0.11% | - |
| XYZ | 0.51 | 0.32 | 1.13 | - |
| YUV | 11.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 28 | 0.36 | 0.82 | 0 | 0.89 | 273.91 | 0.7 | 0.06 |
| Hex | 12 | 5 | 1C | 24 | 52 | 0 | 59 | 112 | 46 | 6 |
| Octal | 22 | 5 | 34 | 44 | 122 | 0 | 131 | 422 | 106 | 6 |
| Binary | 10010 | 101 | 11100 | 100100 | 1010010 | 0 | 1011001 | 100010010 | 1000110 | 110 |
Color Harmonies of #12051C
Complementary color
Monochromatic Colors of #12051C
Black with #12051C
Text Example
Text Example
White with #12051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12051C; }
p { color: rgb(18,5,28); }
H1.HeaderClassName
{
color: #12051C;
}
.AnyTagClassName
{
color: #12051C;
}
</style>
background-color css
<style>
a { background-color: #12051C; }
a { background-color: rgb(18,5,28); }
div.DivClassName
{
background-color: #12051C;
}
.BgClassName
{
background-color: #12051C;
}
</style>
border-color css
<style>
span { border-color: #12051C; }
span { border-color: rgb(18,5,28); }
td.TdClassName
{
border-color: #12051C;
}
.TagClassName
{
border-color: #12051C;
}
</style>