Shades of Blackcurrant #17012F
Tints of Blackcurrant #17012F
RGB
CMYK
RGB Variations
Color information
#17012F (or 0x17012F) is known color: Blackcurrant. HEX triplet: 17, 01 and 2F. RGB value is (23,1,47). Sum of RGB (Red+Green+Blue) = 23+1+47=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #17012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17012F is #E8FED0. Grayscale: #0C0C0C. Windows color (decimal): -15269585 or 3080471. OLE color: 3080471.
HSL color Cylindrical-coordinate representation of color #17012F: hue angle of 268.7º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17012F is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 1 | 47 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.82 |
| HSL | 268.7º | 0.96% | 0.09% | - |
| HSV(B) | 268.7º | 0.98% | 0.18% | - |
| XYZ | 0.88 | 0.41 | 2.72 | - |
| YUV | 12.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 47 | 0.51 | 0.98 | 0 | 0.82 | 268.7 | 0.96 | 0.09 |
| Hex | 17 | 1 | 2F | 33 | 62 | 0 | 52 | 10D | 60 | 9 |
| Octal | 27 | 1 | 57 | 63 | 142 | 0 | 122 | 415 | 140 | 11 |
| Binary | 10111 | 1 | 101111 | 110011 | 1100010 | 0 | 1010010 | 100001101 | 1100000 | 1001 |
Color Harmonies of #17012F
Complementary color
Monochromatic Colors of #17012F
Black with #17012F
Text Example
Text Example
White with #17012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17012F; }
p { color: rgb(23,1,47); }
H1.HeaderClassName
{
color: #17012F;
}
.AnyTagClassName
{
color: #17012F;
}
</style>
background-color css
<style>
a { background-color: #17012F; }
a { background-color: rgb(23,1,47); }
div.DivClassName
{
background-color: #17012F;
}
.BgClassName
{
background-color: #17012F;
}
</style>
border-color css
<style>
span { border-color: #17012F; }
span { border-color: rgb(23,1,47); }
td.TdClassName
{
border-color: #17012F;
}
.TagClassName
{
border-color: #17012F;
}
</style>