Shades of Blackcurrant #12022B
Tints of Blackcurrant #12022B
RGB
CMYK
RGB Variations
Color information
#12022B (or 0x12022B) is known color: Blackcurrant. HEX triplet: 12, 02 and 2B. RGB value is (18,2,43). Sum of RGB (Red+Green+Blue) = 18+2+43=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #12022B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12022B is #EDFDD4. Grayscale: #0B0B0B. Windows color (decimal): -15597013 or 2818578. OLE color: 2818578.
HSL color Cylindrical-coordinate representation of color #12022B: hue angle of 263.41º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12022B is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 2 | 43 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.83 |
| HSL | 263.41º | 0.91% | 0.09% | - |
| HSV(B) | 263.41º | 0.95% | 0.17% | - |
| XYZ | 0.71 | 0.35 | 2.32 | - |
| YUV | 11.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 43 | 0.58 | 0.95 | 0 | 0.83 | 263.41 | 0.91 | 0.09 |
| Hex | 12 | 2 | 2B | 3A | 5F | 0 | 53 | 107 | 5B | 9 |
| Octal | 22 | 2 | 53 | 72 | 137 | 0 | 123 | 407 | 133 | 11 |
| Binary | 10010 | 10 | 101011 | 111010 | 1011111 | 0 | 1010011 | 100000111 | 1011011 | 1001 |
Color Harmonies of #12022B
Complementary color
Monochromatic Colors of #12022B
Black with #12022B
Text Example
Text Example
White with #12022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12022B; }
p { color: rgb(18,2,43); }
H1.HeaderClassName
{
color: #12022B;
}
.AnyTagClassName
{
color: #12022B;
}
</style>
background-color css
<style>
a { background-color: #12022B; }
a { background-color: rgb(18,2,43); }
div.DivClassName
{
background-color: #12022B;
}
.BgClassName
{
background-color: #12022B;
}
</style>
border-color css
<style>
span { border-color: #12022B; }
span { border-color: rgb(18,2,43); }
td.TdClassName
{
border-color: #12022B;
}
.TagClassName
{
border-color: #12022B;
}
</style>