Shades of Blackcurrant #17081F
Tints of Blackcurrant #17081F
RGB
CMYK
RGB Variations
Color information
#17081F (or 0x17081F) is known color: Blackcurrant. HEX triplet: 17, 08 and 1F. RGB value is (23,8,31). Sum of RGB (Red+Green+Blue) = 23+8+31=62 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.10% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #17081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17081F is #E8F7E0. Grayscale: #0F0F0F. Windows color (decimal): -15267809 or 2033687. OLE color: 2033687.
HSL color Cylindrical-coordinate representation of color #17081F: hue angle of 279.13º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17081F is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 8 | 31 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.88 |
| HSL | 279.13º | 0.59% | 0.08% | - |
| HSV(B) | 279.13º | 0.74% | 0.12% | - |
| XYZ | 0.69 | 0.45 | 1.35 | - |
| YUV | 15.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 31 | 0.26 | 0.74 | 0 | 0.88 | 279.13 | 0.59 | 0.08 |
| Hex | 17 | 8 | 1F | 1A | 4A | 0 | 58 | 117 | 3B | 8 |
| Octal | 27 | 10 | 37 | 32 | 112 | 0 | 130 | 427 | 73 | 10 |
| Binary | 10111 | 1000 | 11111 | 11010 | 1001010 | 0 | 1011000 | 100010111 | 111011 | 1000 |
Color Harmonies of #17081F
Complementary color
Monochromatic Colors of #17081F
Black with #17081F
Text Example
Text Example
White with #17081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17081F; }
p { color: rgb(23,8,31); }
H1.HeaderClassName
{
color: #17081F;
}
.AnyTagClassName
{
color: #17081F;
}
</style>
background-color css
<style>
a { background-color: #17081F; }
a { background-color: rgb(23,8,31); }
div.DivClassName
{
background-color: #17081F;
}
.BgClassName
{
background-color: #17081F;
}
</style>
border-color css
<style>
span { border-color: #17081F; }
span { border-color: rgb(23,8,31); }
td.TdClassName
{
border-color: #17081F;
}
.TagClassName
{
border-color: #17081F;
}
</style>