Shades of Blackcurrant #17031F
Tints of Blackcurrant #17031F
RGB
CMYK
RGB Variations
Color information
#17031F (or 0x17031F) is known color: Blackcurrant. HEX triplet: 17, 03 and 1F. RGB value is (23,3,31). Sum of RGB (Red+Green+Blue) = 23+3+31=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #17031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17031F is #E8FCE0. Grayscale: #0C0C0C. Windows color (decimal): -15269089 or 2032407. OLE color: 2032407.
HSL color Cylindrical-coordinate representation of color #17031F: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17031F is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 3 | 31 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.88 |
| HSL | 282.86º | 0.82% | 0.07% | - |
| HSV(B) | 282.86º | 0.9% | 0.12% | - |
| XYZ | 0.63 | 0.35 | 1.33 | - |
| YUV | 12.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 3 | 31 | 0.26 | 0.90 | 0 | 0.88 | 282.86 | 0.82 | 0.07 |
| Hex | 17 | 3 | 1F | 1A | 5A | 0 | 58 | 11B | 52 | 7 |
| Octal | 27 | 3 | 37 | 32 | 132 | 0 | 130 | 433 | 122 | 7 |
| Binary | 10111 | 11 | 11111 | 11010 | 1011010 | 0 | 1011000 | 100011011 | 1010010 | 111 |
Color Harmonies of #17031F
Complementary color
Monochromatic Colors of #17031F
Black with #17031F
Text Example
Text Example
White with #17031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17031F; }
p { color: rgb(23,3,31); }
H1.HeaderClassName
{
color: #17031F;
}
.AnyTagClassName
{
color: #17031F;
}
</style>
background-color css
<style>
a { background-color: #17031F; }
a { background-color: rgb(23,3,31); }
div.DivClassName
{
background-color: #17031F;
}
.BgClassName
{
background-color: #17031F;
}
</style>
border-color css
<style>
span { border-color: #17031F; }
span { border-color: rgb(23,3,31); }
td.TdClassName
{
border-color: #17031F;
}
.TagClassName
{
border-color: #17031F;
}
</style>