Shades of Blackcurrant #110027
Tints of Blackcurrant #110027
RGB
CMYK
RGB Variations
Color information
#110027 (or 0x110027) is known color: Blackcurrant. HEX triplet: 11, 00 and 27. RGB value is (17,0,39). Sum of RGB (Red+Green+Blue) = 17+0+39=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 39 (15.62% from 255 or 69.64% from 56); Max value from RGB is 39 - color contains mainly: blue. Hex color #110027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110027 is #EEFFD8. Grayscale: #090909. Windows color (decimal): -15663065 or 2555921. OLE color: 2555921.
HSL color Cylindrical-coordinate representation of color #110027: hue angle of 266.15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110027 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 0 | 39 | - |
| CMYK | 0.56 | 1 | 0 | 0.85 |
| HSL | 266.15º | 1% | 0.08% | - |
| HSV(B) | 266.15º | 1% | 0.15% | - |
| XYZ | 0.6 | 0.27 | 1.94 | - |
| YUV | 9.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 39 | 0.56 | 1 | 0 | 0.85 | 266.15 | 1 | 0.08 |
| Hex | 11 | 0 | 27 | 38 | 64 | 0 | 55 | 10A | 64 | 8 |
| Octal | 21 | 0 | 47 | 70 | 144 | 0 | 125 | 412 | 144 | 10 |
| Binary | 10001 | 0 | 100111 | 111000 | 1100100 | 0 | 1010101 | 100001010 | 1100100 | 1000 |
Color Harmonies of #110027
Complementary color
Monochromatic Colors of #110027
Black with #110027
Text Example
Text Example
White with #110027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110027; }
p { color: rgb(17,0,39); }
H1.HeaderClassName
{
color: #110027;
}
.AnyTagClassName
{
color: #110027;
}
</style>
background-color css
<style>
a { background-color: #110027; }
a { background-color: rgb(17,0,39); }
div.DivClassName
{
background-color: #110027;
}
.BgClassName
{
background-color: #110027;
}
</style>
border-color css
<style>
span { border-color: #110027; }
span { border-color: rgb(17,0,39); }
td.TdClassName
{
border-color: #110027;
}
.TagClassName
{
border-color: #110027;
}
</style>