Shades of Blackcurrant #17002E
Tints of Blackcurrant #17002E
RGB
CMYK
RGB Variations
Color information
#17002E (or 0x17002E) is known color: Blackcurrant. HEX triplet: 17, 00 and 2E. RGB value is (23,0,46). Sum of RGB (Red+Green+Blue) = 23+0+46=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #17002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17002E is #E8FFD1. Grayscale: #0B0B0B. Windows color (decimal): -15269842 or 3014679. OLE color: 3014679.
HSL color Cylindrical-coordinate representation of color #17002E: hue angle of 270º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17002E is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 0 | 46 | - |
| CMYK | 0.50 | 1 | 0 | 0.82 |
| HSL | 270º | 1% | 0.09% | - |
| HSV(B) | 270º | 1% | 0.18% | - |
| XYZ | 0.85 | 0.38 | 2.61 | - |
| YUV | 12.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 46 | 0.50 | 1 | 0 | 0.82 | 270 | 1 | 0.09 |
| Hex | 17 | 0 | 2E | 32 | 64 | 0 | 52 | 10E | 64 | 9 |
| Octal | 27 | 0 | 56 | 62 | 144 | 0 | 122 | 416 | 144 | 11 |
| Binary | 10111 | 0 | 101110 | 110010 | 1100100 | 0 | 1010010 | 100001110 | 1100100 | 1001 |
Color Harmonies of #17002E
Complementary color
Monochromatic Colors of #17002E
Black with #17002E
Text Example
Text Example
White with #17002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17002E; }
p { color: rgb(23,0,46); }
H1.HeaderClassName
{
color: #17002E;
}
.AnyTagClassName
{
color: #17002E;
}
</style>
background-color css
<style>
a { background-color: #17002E; }
a { background-color: rgb(23,0,46); }
div.DivClassName
{
background-color: #17002E;
}
.BgClassName
{
background-color: #17002E;
}
</style>
border-color css
<style>
span { border-color: #17002E; }
span { border-color: rgb(23,0,46); }
td.TdClassName
{
border-color: #17002E;
}
.TagClassName
{
border-color: #17002E;
}
</style>