Shades of Blackcurrant #11022D
Tints of Blackcurrant #11022D
RGB
CMYK
RGB Variations
Color information
#11022D (or 0x11022D) is known color: Blackcurrant. HEX triplet: 11, 02 and 2D. RGB value is (17,2,45). Sum of RGB (Red+Green+Blue) = 17+2+45=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #11022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11022D is #EEFDD2. Grayscale: #0B0B0B. Windows color (decimal): -15662547 or 2949649. OLE color: 2949649.
HSL color Cylindrical-coordinate representation of color #11022D: hue angle of 260.93º 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 #11022D is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 2 | 45 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.82 |
| HSL | 260.93º | 0.91% | 0.09% | - |
| HSV(B) | 260.93º | 0.96% | 0.18% | - |
| XYZ | 0.73 | 0.35 | 2.51 | - |
| YUV | 11.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 45 | 0.62 | 0.96 | 0 | 0.82 | 260.93 | 0.91 | 0.09 |
| Hex | 11 | 2 | 2D | 3E | 60 | 0 | 52 | 105 | 5B | 9 |
| Octal | 21 | 2 | 55 | 76 | 140 | 0 | 122 | 405 | 133 | 11 |
| Binary | 10001 | 10 | 101101 | 111110 | 1100000 | 0 | 1010010 | 100000101 | 1011011 | 1001 |
Color Harmonies of #11022D
Complementary color
Monochromatic Colors of #11022D
Black with #11022D
Text Example
Text Example
White with #11022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11022D; }
p { color: rgb(17,2,45); }
H1.HeaderClassName
{
color: #11022D;
}
.AnyTagClassName
{
color: #11022D;
}
</style>
background-color css
<style>
a { background-color: #11022D; }
a { background-color: rgb(17,2,45); }
div.DivClassName
{
background-color: #11022D;
}
.BgClassName
{
background-color: #11022D;
}
</style>
border-color css
<style>
span { border-color: #11022D; }
span { border-color: rgb(17,2,45); }
td.TdClassName
{
border-color: #11022D;
}
.TagClassName
{
border-color: #11022D;
}
</style>