Shades of Blackcurrant #12022F
Tints of Blackcurrant #12022F
RGB
CMYK
RGB Variations
Color information
#12022F (or 0x12022F) is known color: Blackcurrant. HEX triplet: 12, 02 and 2F. RGB value is (18,2,47). Sum of RGB (Red+Green+Blue) = 18+2+47=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #12022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12022F is #EDFDD0. Grayscale: #0B0B0B. Windows color (decimal): -15597009 or 3080722. OLE color: 3080722.
HSL color Cylindrical-coordinate representation of color #12022F: hue angle of 261.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12022F is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 2 | 47 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.82 |
| HSL | 261.33º | 0.92% | 0.1% | - |
| HSV(B) | 261.33º | 0.96% | 0.18% | - |
| XYZ | 0.78 | 0.38 | 2.72 | - |
| YUV | 11.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 47 | 0.62 | 0.96 | 0 | 0.82 | 261.33 | 0.92 | 0.1 |
| Hex | 12 | 2 | 2F | 3E | 60 | 0 | 52 | 105 | 5C | A |
| Octal | 22 | 2 | 57 | 76 | 140 | 0 | 122 | 405 | 134 | 12 |
| Binary | 10010 | 10 | 101111 | 111110 | 1100000 | 0 | 1010010 | 100000101 | 1011100 | 1010 |
Color Harmonies of #12022F
Complementary color
Monochromatic Colors of #12022F
Black with #12022F
Text Example
Text Example
White with #12022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12022F; }
p { color: rgb(18,2,47); }
H1.HeaderClassName
{
color: #12022F;
}
.AnyTagClassName
{
color: #12022F;
}
</style>
background-color css
<style>
a { background-color: #12022F; }
a { background-color: rgb(18,2,47); }
div.DivClassName
{
background-color: #12022F;
}
.BgClassName
{
background-color: #12022F;
}
</style>
border-color css
<style>
span { border-color: #12022F; }
span { border-color: rgb(18,2,47); }
td.TdClassName
{
border-color: #12022F;
}
.TagClassName
{
border-color: #12022F;
}
</style>