Shades of Blackcurrant #110724
Tints of Blackcurrant #110724
RGB
CMYK
RGB Variations
Color information
#110724 (or 0x110724) is known color: Blackcurrant. HEX triplet: 11, 07 and 24. RGB value is (17,7,36). Sum of RGB (Red+Green+Blue) = 17+7+36=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #110724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110724 is #EEF8DB. Grayscale: #0D0D0D. Windows color (decimal): -15661276 or 2361105. OLE color: 2361105.
HSL color Cylindrical-coordinate representation of color #110724: hue angle of 260.69º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #110724 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 7 | 36 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.86 |
| HSL | 260.69º | 0.67% | 0.08% | - |
| HSV(B) | 260.69º | 0.81% | 0.14% | - |
| XYZ | 0.63 | 0.4 | 1.71 | - |
| YUV | 13.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 36 | 0.53 | 0.81 | 0 | 0.86 | 260.69 | 0.67 | 0.08 |
| Hex | 11 | 7 | 24 | 35 | 51 | 0 | 56 | 105 | 43 | 8 |
| Octal | 21 | 7 | 44 | 65 | 121 | 0 | 126 | 405 | 103 | 10 |
| Binary | 10001 | 111 | 100100 | 110101 | 1010001 | 0 | 1010110 | 100000101 | 1000011 | 1000 |
Color Harmonies of #110724
Complementary color
Monochromatic Colors of #110724
Black with #110724
Text Example
Text Example
White with #110724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110724; }
p { color: rgb(17,7,36); }
H1.HeaderClassName
{
color: #110724;
}
.AnyTagClassName
{
color: #110724;
}
</style>
background-color css
<style>
a { background-color: #110724; }
a { background-color: rgb(17,7,36); }
div.DivClassName
{
background-color: #110724;
}
.BgClassName
{
background-color: #110724;
}
</style>
border-color css
<style>
span { border-color: #110724; }
span { border-color: rgb(17,7,36); }
td.TdClassName
{
border-color: #110724;
}
.TagClassName
{
border-color: #110724;
}
</style>