Shades of Blackcurrant #17031E
Tints of Blackcurrant #17031E
RGB
CMYK
RGB Variations
Color information
#17031E (or 0x17031E) is known color: Blackcurrant. HEX triplet: 17, 03 and 1E. RGB value is (23,3,30). Sum of RGB (Red+Green+Blue) = 23+3+30=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #17031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17031E is #E8FCE1. Grayscale: #0B0B0B. Windows color (decimal): -15269090 or 1966871. OLE color: 1966871.
HSL color Cylindrical-coordinate representation of color #17031E: hue angle of 284.44º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17031E is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 3 | 30 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.88 |
| HSL | 284.44º | 0.82% | 0.06% | - |
| HSV(B) | 284.44º | 0.9% | 0.12% | - |
| XYZ | 0.62 | 0.34 | 1.26 | - |
| YUV | 12.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 30 | 0.23 | 0.90 | 0 | 0.88 | 284.44 | 0.82 | 0.06 |
| Hex | 17 | 3 | 1E | 17 | 5A | 0 | 58 | 11C | 52 | 6 |
| Octal | 27 | 3 | 36 | 27 | 132 | 0 | 130 | 434 | 122 | 6 |
| Binary | 10111 | 11 | 11110 | 10111 | 1011010 | 0 | 1011000 | 100011100 | 1010010 | 110 |
Color Harmonies of #17031E
Complementary color
Monochromatic Colors of #17031E
Black with #17031E
Text Example
Text Example
White with #17031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17031E; }
p { color: rgb(23,3,30); }
H1.HeaderClassName
{
color: #17031E;
}
.AnyTagClassName
{
color: #17031E;
}
</style>
background-color css
<style>
a { background-color: #17031E; }
a { background-color: rgb(23,3,30); }
div.DivClassName
{
background-color: #17031E;
}
.BgClassName
{
background-color: #17031E;
}
</style>
border-color css
<style>
span { border-color: #17031E; }
span { border-color: rgb(23,3,30); }
td.TdClassName
{
border-color: #17031E;
}
.TagClassName
{
border-color: #17031E;
}
</style>