Shades of Blackcurrant #12022D
Tints of Blackcurrant #12022D
RGB
CMYK
RGB Variations
Color information
#12022D (or 0x12022D) is known color: Blackcurrant. HEX triplet: 12, 02 and 2D. RGB value is (18,2,45). Sum of RGB (Red+Green+Blue) = 18+2+45=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #12022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12022D is #EDFDD2. Grayscale: #0B0B0B. Windows color (decimal): -15597011 or 2949650. OLE color: 2949650.
HSL color Cylindrical-coordinate representation of color #12022D: hue angle of 262.33º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12022D is Cyan = 0.6, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 2 | 45 | - |
| CMYK | 0.6 | 0.96 | 0 | 0.82 |
| HSL | 262.33º | 0.91% | 0.09% | - |
| HSV(B) | 262.33º | 0.96% | 0.18% | - |
| XYZ | 0.74 | 0.36 | 2.51 | - |
| YUV | 11.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 45 | 0.6 | 0.96 | 0 | 0.82 | 262.33 | 0.91 | 0.09 |
| Hex | 12 | 2 | 2D | 3C | 60 | 0 | 52 | 106 | 5B | 9 |
| Octal | 22 | 2 | 55 | 74 | 140 | 0 | 122 | 406 | 133 | 11 |
| Binary | 10010 | 10 | 101101 | 111100 | 1100000 | 0 | 1010010 | 100000110 | 1011011 | 1001 |
Color Harmonies of #12022D
Complementary color
Monochromatic Colors of #12022D
Black with #12022D
Text Example
Text Example
White with #12022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12022D; }
p { color: rgb(18,2,45); }
H1.HeaderClassName
{
color: #12022D;
}
.AnyTagClassName
{
color: #12022D;
}
</style>
background-color css
<style>
a { background-color: #12022D; }
a { background-color: rgb(18,2,45); }
div.DivClassName
{
background-color: #12022D;
}
.BgClassName
{
background-color: #12022D;
}
</style>
border-color css
<style>
span { border-color: #12022D; }
span { border-color: rgb(18,2,45); }
td.TdClassName
{
border-color: #12022D;
}
.TagClassName
{
border-color: #12022D;
}
</style>