Shades of Blackcurrant #12032E
Tints of Blackcurrant #12032E
RGB
CMYK
RGB Variations
Color information
#12032E (or 0x12032E) is known color: Blackcurrant. HEX triplet: 12, 03 and 2E. RGB value is (18,3,46). Sum of RGB (Red+Green+Blue) = 18+3+46=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #12032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12032E is #EDFCD1. Grayscale: #0C0C0C. Windows color (decimal): -15596754 or 3015442. OLE color: 3015442.
HSL color Cylindrical-coordinate representation of color #12032E: hue angle of 260.93º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12032E is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 3 | 46 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.82 |
| HSL | 260.93º | 0.88% | 0.1% | - |
| HSV(B) | 260.93º | 0.93% | 0.18% | - |
| XYZ | 0.78 | 0.39 | 2.62 | - |
| YUV | 12.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 46 | 0.61 | 0.93 | 0 | 0.82 | 260.93 | 0.88 | 0.1 |
| Hex | 12 | 3 | 2E | 3D | 5D | 0 | 52 | 105 | 58 | A |
| Octal | 22 | 3 | 56 | 75 | 135 | 0 | 122 | 405 | 130 | 12 |
| Binary | 10010 | 11 | 101110 | 111101 | 1011101 | 0 | 1010010 | 100000101 | 1011000 | 1010 |
Color Harmonies of #12032E
Complementary color
Monochromatic Colors of #12032E
Black with #12032E
Text Example
Text Example
White with #12032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12032E; }
p { color: rgb(18,3,46); }
H1.HeaderClassName
{
color: #12032E;
}
.AnyTagClassName
{
color: #12032E;
}
</style>
background-color css
<style>
a { background-color: #12032E; }
a { background-color: rgb(18,3,46); }
div.DivClassName
{
background-color: #12032E;
}
.BgClassName
{
background-color: #12032E;
}
</style>
border-color css
<style>
span { border-color: #12032E; }
span { border-color: rgb(18,3,46); }
td.TdClassName
{
border-color: #12032E;
}
.TagClassName
{
border-color: #12032E;
}
</style>