Shades of Blackcurrant #17071A
Tints of Blackcurrant #17071A
RGB
CMYK
RGB Variations
Color information
#17071A (or 0x17071A) is known color: Blackcurrant. HEX triplet: 17, 07 and 1A. RGB value is (23,7,26). Sum of RGB (Red+Green+Blue) = 23+7+26=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #17071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17071A is #E8F8E5. Grayscale: #0D0D0D. Windows color (decimal): -15268070 or 1705751. OLE color: 1705751.
HSL color Cylindrical-coordinate representation of color #17071A: hue angle of 290.53º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #17071A is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 7 | 26 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.90 |
| HSL | 290.53º | 0.58% | 0.06% | - |
| HSV(B) | 290.53º | 0.73% | 0.1% | - |
| XYZ | 0.62 | 0.41 | 1.02 | - |
| YUV | 13.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 26 | 0.12 | 0.73 | 0 | 0.90 | 290.53 | 0.58 | 0.06 |
| Hex | 17 | 7 | 1A | C | 49 | 0 | 5A | 123 | 3A | 6 |
| Octal | 27 | 7 | 32 | 14 | 111 | 0 | 132 | 443 | 72 | 6 |
| Binary | 10111 | 111 | 11010 | 1100 | 1001001 | 0 | 1011010 | 100100011 | 111010 | 110 |
Color Harmonies of #17071A
Complementary color
Monochromatic Colors of #17071A
Black with #17071A
Text Example
Text Example
White with #17071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17071A; }
p { color: rgb(23,7,26); }
H1.HeaderClassName
{
color: #17071A;
}
.AnyTagClassName
{
color: #17071A;
}
</style>
background-color css
<style>
a { background-color: #17071A; }
a { background-color: rgb(23,7,26); }
div.DivClassName
{
background-color: #17071A;
}
.BgClassName
{
background-color: #17071A;
}
</style>
border-color css
<style>
span { border-color: #17071A; }
span { border-color: rgb(23,7,26); }
td.TdClassName
{
border-color: #17071A;
}
.TagClassName
{
border-color: #17071A;
}
</style>