Shades of Blackcurrant #11042D
Tints of Blackcurrant #11042D
RGB
CMYK
RGB Variations
Color information
#11042D (or 0x11042D) is known color: Blackcurrant. HEX triplet: 11, 04 and 2D. RGB value is (17,4,45). Sum of RGB (Red+Green+Blue) = 17+4+45=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #11042D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11042D is #EEFBD2. Grayscale: #0C0C0C. Windows color (decimal): -15662035 or 2950161. OLE color: 2950161.
HSL color Cylindrical-coordinate representation of color #11042D: hue angle of 259.02º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11042D is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 4 | 45 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.82 |
| HSL | 259.02º | 0.84% | 0.1% | - |
| HSV(B) | 259.02º | 0.91% | 0.18% | - |
| XYZ | 0.75 | 0.4 | 2.52 | - |
| YUV | 12.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 45 | 0.62 | 0.91 | 0 | 0.82 | 259.02 | 0.84 | 0.1 |
| Hex | 11 | 4 | 2D | 3E | 5B | 0 | 52 | 103 | 54 | A |
| Octal | 21 | 4 | 55 | 76 | 133 | 0 | 122 | 403 | 124 | 12 |
| Binary | 10001 | 100 | 101101 | 111110 | 1011011 | 0 | 1010010 | 100000011 | 1010100 | 1010 |
Color Harmonies of #11042D
Complementary color
Monochromatic Colors of #11042D
Black with #11042D
Text Example
Text Example
White with #11042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11042D; }
p { color: rgb(17,4,45); }
H1.HeaderClassName
{
color: #11042D;
}
.AnyTagClassName
{
color: #11042D;
}
</style>
background-color css
<style>
a { background-color: #11042D; }
a { background-color: rgb(17,4,45); }
div.DivClassName
{
background-color: #11042D;
}
.BgClassName
{
background-color: #11042D;
}
</style>
border-color css
<style>
span { border-color: #11042D; }
span { border-color: rgb(17,4,45); }
td.TdClassName
{
border-color: #11042D;
}
.TagClassName
{
border-color: #11042D;
}
</style>