Shades of Blackcurrant #170A2A
Tints of Blackcurrant #170A2A
RGB
CMYK
RGB Variations
Color information
#170A2A (or 0x170A2A) is known color: Blackcurrant. HEX triplet: 17, 0A and 2A. RGB value is (23,10,42). Sum of RGB (Red+Green+Blue) = 23+10+42=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #170A2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170A2A is #E8F5D5. Grayscale: #111111. Windows color (decimal): -15267286 or 2755095. OLE color: 2755095.
HSL color Cylindrical-coordinate representation of color #170A2A: hue angle of 264.38º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #170A2A is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 10 | 42 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.84 |
| HSL | 264.38º | 0.62% | 0.1% | - |
| HSV(B) | 264.38º | 0.76% | 0.16% | - |
| XYZ | 0.88 | 0.57 | 2.25 | - |
| YUV | 17.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 42 | 0.45 | 0.76 | 0 | 0.84 | 264.38 | 0.62 | 0.1 |
| Hex | 17 | A | 2A | 2D | 4C | 0 | 54 | 108 | 3E | A |
| Octal | 27 | 12 | 52 | 55 | 114 | 0 | 124 | 410 | 76 | 12 |
| Binary | 10111 | 1010 | 101010 | 101101 | 1001100 | 0 | 1010100 | 100001000 | 111110 | 1010 |
Color Harmonies of #170A2A
Complementary color
Monochromatic Colors of #170A2A
Black with #170A2A
Text Example
Text Example
White with #170A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A2A; }
p { color: rgb(23,10,42); }
H1.HeaderClassName
{
color: #170A2A;
}
.AnyTagClassName
{
color: #170A2A;
}
</style>
background-color css
<style>
a { background-color: #170A2A; }
a { background-color: rgb(23,10,42); }
div.DivClassName
{
background-color: #170A2A;
}
.BgClassName
{
background-color: #170A2A;
}
</style>
border-color css
<style>
span { border-color: #170A2A; }
span { border-color: rgb(23,10,42); }
td.TdClassName
{
border-color: #170A2A;
}
.TagClassName
{
border-color: #170A2A;
}
</style>