Shades of Blackcurrant #12052B
Tints of Blackcurrant #12052B
RGB
CMYK
RGB Variations
Color information
#12052B (or 0x12052B) is known color: Blackcurrant. HEX triplet: 12, 05 and 2B. RGB value is (18,5,43). Sum of RGB (Red+Green+Blue) = 18+5+43=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 43 (17.19% from 255 or 65.15% from 66); Max value from RGB is 43 - color contains mainly: blue. Hex color #12052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12052B is #EDFAD4. Grayscale: #0D0D0D. Windows color (decimal): -15596245 or 2819346. OLE color: 2819346.
HSL color Cylindrical-coordinate representation of color #12052B: hue angle of 260.53º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12052B is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 5 | 43 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.83 |
| HSL | 260.53º | 0.79% | 0.09% | - |
| HSV(B) | 260.53º | 0.88% | 0.17% | - |
| XYZ | 0.74 | 0.41 | 2.33 | - |
| YUV | 13.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 43 | 0.58 | 0.88 | 0 | 0.83 | 260.53 | 0.79 | 0.09 |
| Hex | 12 | 5 | 2B | 3A | 58 | 0 | 53 | 105 | 4F | 9 |
| Octal | 22 | 5 | 53 | 72 | 130 | 0 | 123 | 405 | 117 | 11 |
| Binary | 10010 | 101 | 101011 | 111010 | 1011000 | 0 | 1010011 | 100000101 | 1001111 | 1001 |
Color Harmonies of #12052B
Complementary color
Monochromatic Colors of #12052B
Black with #12052B
Text Example
Text Example
White with #12052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12052B; }
p { color: rgb(18,5,43); }
H1.HeaderClassName
{
color: #12052B;
}
.AnyTagClassName
{
color: #12052B;
}
</style>
background-color css
<style>
a { background-color: #12052B; }
a { background-color: rgb(18,5,43); }
div.DivClassName
{
background-color: #12052B;
}
.BgClassName
{
background-color: #12052B;
}
</style>
border-color css
<style>
span { border-color: #12052B; }
span { border-color: rgb(18,5,43); }
td.TdClassName
{
border-color: #12052B;
}
.TagClassName
{
border-color: #12052B;
}
</style>