Shades of Blackcurrant #17031C
Tints of Blackcurrant #17031C
RGB
CMYK
RGB Variations
Color information
#17031C (or 0x17031C) is known color: Blackcurrant. HEX triplet: 17, 03 and 1C. RGB value is (23,3,28). Sum of RGB (Red+Green+Blue) = 23+3+28=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #17031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17031C is #E8FCE3. Grayscale: #0B0B0B. Windows color (decimal): -15269092 or 1835799. OLE color: 1835799.
HSL color Cylindrical-coordinate representation of color #17031C: hue angle of 288º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17031C is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 3 | 28 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.89 |
| HSL | 288º | 0.81% | 0.06% | - |
| HSV(B) | 288º | 0.89% | 0.11% | - |
| XYZ | 0.6 | 0.33 | 1.13 | - |
| YUV | 11.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 28 | 0.18 | 0.89 | 0 | 0.89 | 288 | 0.81 | 0.06 |
| Hex | 17 | 3 | 1C | 12 | 59 | 0 | 59 | 120 | 51 | 6 |
| Octal | 27 | 3 | 34 | 22 | 131 | 0 | 131 | 440 | 121 | 6 |
| Binary | 10111 | 11 | 11100 | 10010 | 1011001 | 0 | 1011001 | 100100000 | 1010001 | 110 |
Color Harmonies of #17031C
Complementary color
Monochromatic Colors of #17031C
Black with #17031C
Text Example
Text Example
White with #17031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17031C; }
p { color: rgb(23,3,28); }
H1.HeaderClassName
{
color: #17031C;
}
.AnyTagClassName
{
color: #17031C;
}
</style>
background-color css
<style>
a { background-color: #17031C; }
a { background-color: rgb(23,3,28); }
div.DivClassName
{
background-color: #17031C;
}
.BgClassName
{
background-color: #17031C;
}
</style>
border-color css
<style>
span { border-color: #17031C; }
span { border-color: rgb(23,3,28); }
td.TdClassName
{
border-color: #17031C;
}
.TagClassName
{
border-color: #17031C;
}
</style>