Shades of Blackcurrant #17072F
Tints of Blackcurrant #17072F
RGB
CMYK
RGB Variations
Color information
#17072F (or 0x17072F) is known color: Blackcurrant. HEX triplet: 17, 07 and 2F. RGB value is (23,7,47). Sum of RGB (Red+Green+Blue) = 23+7+47=77 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.87% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #17072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17072F is #E8F8D0. Grayscale: #101010. Windows color (decimal): -15268049 or 3082007. OLE color: 3082007.
HSL color Cylindrical-coordinate representation of color #17072F: hue angle of 264º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17072F is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 7 | 47 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.82 |
| HSL | 264º | 0.74% | 0.11% | - |
| HSV(B) | 264º | 0.85% | 0.18% | - |
| XYZ | 0.94 | 0.54 | 2.74 | - |
| YUV | 16.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 47 | 0.51 | 0.85 | 0 | 0.82 | 264 | 0.74 | 0.11 |
| Hex | 17 | 7 | 2F | 33 | 55 | 0 | 52 | 108 | 4A | B |
| Octal | 27 | 7 | 57 | 63 | 125 | 0 | 122 | 410 | 112 | 13 |
| Binary | 10111 | 111 | 101111 | 110011 | 1010101 | 0 | 1010010 | 100001000 | 1001010 | 1011 |
Color Harmonies of #17072F
Complementary color
Monochromatic Colors of #17072F
Black with #17072F
Text Example
Text Example
White with #17072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17072F; }
p { color: rgb(23,7,47); }
H1.HeaderClassName
{
color: #17072F;
}
.AnyTagClassName
{
color: #17072F;
}
</style>
background-color css
<style>
a { background-color: #17072F; }
a { background-color: rgb(23,7,47); }
div.DivClassName
{
background-color: #17072F;
}
.BgClassName
{
background-color: #17072F;
}
</style>
border-color css
<style>
span { border-color: #17072F; }
span { border-color: rgb(23,7,47); }
td.TdClassName
{
border-color: #17072F;
}
.TagClassName
{
border-color: #17072F;
}
</style>