Shades of Blackcurrant #17082D
Tints of Blackcurrant #17082D
RGB
CMYK
RGB Variations
Color information
#17082D (or 0x17082D) is known color: Blackcurrant. HEX triplet: 17, 08 and 2D. RGB value is (23,8,45). Sum of RGB (Red+Green+Blue) = 23+8+45=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #17082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17082D is #E8F7D2. Grayscale: #101010. Windows color (decimal): -15267795 or 2951191. OLE color: 2951191.
HSL color Cylindrical-coordinate representation of color #17082D: hue angle of 264.32º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17082D is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 8 | 45 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.82 |
| HSL | 264.32º | 0.7% | 0.1% | - |
| HSV(B) | 264.32º | 0.82% | 0.18% | - |
| XYZ | 0.91 | 0.55 | 2.54 | - |
| YUV | 16.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 45 | 0.49 | 0.82 | 0 | 0.82 | 264.32 | 0.7 | 0.1 |
| Hex | 17 | 8 | 2D | 31 | 52 | 0 | 52 | 108 | 46 | A |
| Octal | 27 | 10 | 55 | 61 | 122 | 0 | 122 | 410 | 106 | 12 |
| Binary | 10111 | 1000 | 101101 | 110001 | 1010010 | 0 | 1010010 | 100001000 | 1000110 | 1010 |
Color Harmonies of #17082D
Complementary color
Monochromatic Colors of #17082D
Black with #17082D
Text Example
Text Example
White with #17082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17082D; }
p { color: rgb(23,8,45); }
H1.HeaderClassName
{
color: #17082D;
}
.AnyTagClassName
{
color: #17082D;
}
</style>
background-color css
<style>
a { background-color: #17082D; }
a { background-color: rgb(23,8,45); }
div.DivClassName
{
background-color: #17082D;
}
.BgClassName
{
background-color: #17082D;
}
</style>
border-color css
<style>
span { border-color: #17082D; }
span { border-color: rgb(23,8,45); }
td.TdClassName
{
border-color: #17082D;
}
.TagClassName
{
border-color: #17082D;
}
</style>