Shades of Blackcurrant #17062E
Tints of Blackcurrant #17062E
RGB
CMYK
RGB Variations
Color information
#17062E (or 0x17062E) is known color: Blackcurrant. HEX triplet: 17, 06 and 2E. RGB value is (23,6,46). Sum of RGB (Red+Green+Blue) = 23+6+46=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #17062E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17062E is #E8F9D1. Grayscale: #0F0F0F. Windows color (decimal): -15268306 or 3016215. OLE color: 3016215.
HSL color Cylindrical-coordinate representation of color #17062E: hue angle of 265.5º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17062E is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 6 | 46 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.82 |
| HSL | 265.5º | 0.77% | 0.1% | - |
| HSV(B) | 265.5º | 0.87% | 0.18% | - |
| XYZ | 0.91 | 0.51 | 2.64 | - |
| YUV | 15.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 46 | 0.50 | 0.87 | 0 | 0.82 | 265.5 | 0.77 | 0.1 |
| Hex | 17 | 6 | 2E | 32 | 57 | 0 | 52 | 10A | 4D | A |
| Octal | 27 | 6 | 56 | 62 | 127 | 0 | 122 | 412 | 115 | 12 |
| Binary | 10111 | 110 | 101110 | 110010 | 1010111 | 0 | 1010010 | 100001010 | 1001101 | 1010 |
Color Harmonies of #17062E
Complementary color
Monochromatic Colors of #17062E
Black with #17062E
Text Example
Text Example
White with #17062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17062E; }
p { color: rgb(23,6,46); }
H1.HeaderClassName
{
color: #17062E;
}
.AnyTagClassName
{
color: #17062E;
}
</style>
background-color css
<style>
a { background-color: #17062E; }
a { background-color: rgb(23,6,46); }
div.DivClassName
{
background-color: #17062E;
}
.BgClassName
{
background-color: #17062E;
}
</style>
border-color css
<style>
span { border-color: #17062E; }
span { border-color: rgb(23,6,46); }
td.TdClassName
{
border-color: #17062E;
}
.TagClassName
{
border-color: #17062E;
}
</style>