Shades of Blackcurrant #170035
Tints of Blackcurrant #170035
RGB
CMYK
RGB Variations
Color information
#170035 (or 0x170035) is known color: Blackcurrant. HEX triplet: 17, 00 and 35. RGB value is (23,0,53). Sum of RGB (Red+Green+Blue) = 23+0+53=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #170035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170035 is #E8FFCA. Grayscale: #0C0C0C. Windows color (decimal): -15269835 or 3473431. OLE color: 3473431.
HSL color Cylindrical-coordinate representation of color #170035: hue angle of 266.04º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170035 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 23 | 0 | 53 | - |
| CMYK | 0.57 | 1 | 0 | 0.79 |
| HSL | 266.04º | 1% | 0.1% | - |
| HSV(B) | 266.04º | 1% | 0.21% | - |
| XYZ | 1 | 0.44 | 3.4 | - |
| YUV | 12.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 53 | 0.57 | 1 | 0 | 0.79 | 266.04 | 1 | 0.1 |
| Hex | 17 | 0 | 35 | 39 | 64 | 0 | 4F | 10A | 64 | A |
| Octal | 27 | 0 | 65 | 71 | 144 | 0 | 117 | 412 | 144 | 12 |
| Binary | 10111 | 0 | 110101 | 111001 | 1100100 | 0 | 1001111 | 100001010 | 1100100 | 1010 |
Color Harmonies of #170035
Complementary color
Monochromatic Colors of #170035
Black with #170035
Text Example
Text Example
White with #170035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170035; }
p { color: rgb(23,0,53); }
H1.HeaderClassName
{
color: #170035;
}
.AnyTagClassName
{
color: #170035;
}
</style>
background-color css
<style>
a { background-color: #170035; }
a { background-color: rgb(23,0,53); }
div.DivClassName
{
background-color: #170035;
}
.BgClassName
{
background-color: #170035;
}
</style>
border-color css
<style>
span { border-color: #170035; }
span { border-color: rgb(23,0,53); }
td.TdClassName
{
border-color: #170035;
}
.TagClassName
{
border-color: #170035;
}
</style>