Shades of Blackcurrant #170A2D
Tints of Blackcurrant #170A2D
RGB
CMYK
RGB Variations
Color information
#170A2D (or 0x170A2D) is known color: Blackcurrant. HEX triplet: 17, 0A and 2D. RGB value is (23,10,45). Sum of RGB (Red+Green+Blue) = 23+10+45=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #170A2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170A2D is #E8F5D2. Grayscale: #111111. Windows color (decimal): -15267283 or 2951703. OLE color: 2951703.
HSL color Cylindrical-coordinate representation of color #170A2D: hue angle of 262.29º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #170A2D is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 10 | 45 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.82 |
| HSL | 262.29º | 0.64% | 0.11% | - |
| HSV(B) | 262.29º | 0.78% | 0.18% | - |
| XYZ | 0.94 | 0.59 | 2.55 | - |
| YUV | 17.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 45 | 0.49 | 0.78 | 0 | 0.82 | 262.29 | 0.64 | 0.11 |
| Hex | 17 | A | 2D | 31 | 4E | 0 | 52 | 106 | 40 | B |
| Octal | 27 | 12 | 55 | 61 | 116 | 0 | 122 | 406 | 100 | 13 |
| Binary | 10111 | 1010 | 101101 | 110001 | 1001110 | 0 | 1010010 | 100000110 | 1000000 | 1011 |
Color Harmonies of #170A2D
Complementary color
Monochromatic Colors of #170A2D
Black with #170A2D
Text Example
Text Example
White with #170A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A2D; }
p { color: rgb(23,10,45); }
H1.HeaderClassName
{
color: #170A2D;
}
.AnyTagClassName
{
color: #170A2D;
}
</style>
background-color css
<style>
a { background-color: #170A2D; }
a { background-color: rgb(23,10,45); }
div.DivClassName
{
background-color: #170A2D;
}
.BgClassName
{
background-color: #170A2D;
}
</style>
border-color css
<style>
span { border-color: #170A2D; }
span { border-color: rgb(23,10,45); }
td.TdClassName
{
border-color: #170A2D;
}
.TagClassName
{
border-color: #170A2D;
}
</style>