Shades of Blackcurrant #12031E
Tints of Blackcurrant #12031E
RGB
CMYK
RGB Variations
Color information
#12031E (or 0x12031E) is known color: Blackcurrant. HEX triplet: 12, 03 and 1E. RGB value is (18,3,30). Sum of RGB (Red+Green+Blue) = 18+3+30=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #12031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12031E is #EDFCE1. Grayscale: #0A0A0A. Windows color (decimal): -15596770 or 1966866. OLE color: 1966866.
HSL color Cylindrical-coordinate representation of color #12031E: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12031E is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 3 | 30 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.88 |
| HSL | 273.33º | 0.82% | 0.06% | - |
| HSV(B) | 273.33º | 0.9% | 0.12% | - |
| XYZ | 0.52 | 0.29 | 1.26 | - |
| YUV | 10.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 30 | 0.40 | 0.90 | 0 | 0.88 | 273.33 | 0.82 | 0.06 |
| Hex | 12 | 3 | 1E | 28 | 5A | 0 | 58 | 111 | 52 | 6 |
| Octal | 22 | 3 | 36 | 50 | 132 | 0 | 130 | 421 | 122 | 6 |
| Binary | 10010 | 11 | 11110 | 101000 | 1011010 | 0 | 1011000 | 100010001 | 1010010 | 110 |
Color Harmonies of #12031E
Complementary color
Monochromatic Colors of #12031E
Black with #12031E
Text Example
Text Example
White with #12031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12031E; }
p { color: rgb(18,3,30); }
H1.HeaderClassName
{
color: #12031E;
}
.AnyTagClassName
{
color: #12031E;
}
</style>
background-color css
<style>
a { background-color: #12031E; }
a { background-color: rgb(18,3,30); }
div.DivClassName
{
background-color: #12031E;
}
.BgClassName
{
background-color: #12031E;
}
</style>
border-color css
<style>
span { border-color: #12031E; }
span { border-color: rgb(18,3,30); }
td.TdClassName
{
border-color: #12031E;
}
.TagClassName
{
border-color: #12031E;
}
</style>