Shades of Blackcurrant #11052A
Tints of Blackcurrant #11052A
RGB
CMYK
RGB Variations
Color information
#11052A (or 0x11052A) is known color: Blackcurrant. HEX triplet: 11, 05 and 2A. RGB value is (17,5,42). Sum of RGB (Red+Green+Blue) = 17+5+42=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #11052A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11052A is #EEFAD5. Grayscale: #0C0C0C. Windows color (decimal): -15661782 or 2753809. OLE color: 2753809.
HSL color Cylindrical-coordinate representation of color #11052A: hue angle of 259.46º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11052A is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 5 | 42 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.84 |
| HSL | 259.46º | 0.79% | 0.09% | - |
| HSV(B) | 259.46º | 0.88% | 0.16% | - |
| XYZ | 0.7 | 0.39 | 2.23 | - |
| YUV | 12.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 42 | 0.60 | 0.88 | 0 | 0.84 | 259.46 | 0.79 | 0.09 |
| Hex | 11 | 5 | 2A | 3C | 58 | 0 | 54 | 103 | 4F | 9 |
| Octal | 21 | 5 | 52 | 74 | 130 | 0 | 124 | 403 | 117 | 11 |
| Binary | 10001 | 101 | 101010 | 111100 | 1011000 | 0 | 1010100 | 100000011 | 1001111 | 1001 |
Color Harmonies of #11052A
Complementary color
Monochromatic Colors of #11052A
Black with #11052A
Text Example
Text Example
White with #11052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11052A; }
p { color: rgb(17,5,42); }
H1.HeaderClassName
{
color: #11052A;
}
.AnyTagClassName
{
color: #11052A;
}
</style>
background-color css
<style>
a { background-color: #11052A; }
a { background-color: rgb(17,5,42); }
div.DivClassName
{
background-color: #11052A;
}
.BgClassName
{
background-color: #11052A;
}
</style>
border-color css
<style>
span { border-color: #11052A; }
span { border-color: rgb(17,5,42); }
td.TdClassName
{
border-color: #11052A;
}
.TagClassName
{
border-color: #11052A;
}
</style>