Shades of Blackcurrant #170C2A
Tints of Blackcurrant #170C2A
RGB
CMYK
RGB Variations
Color information
#170C2A (or 0x170C2A) is known color: Blackcurrant. HEX triplet: 17, 0C and 2A. RGB value is (23,12,42). Sum of RGB (Red+Green+Blue) = 23+12+42=77 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.87% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #170C2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C2A is #E8F3D5. Grayscale: #121212. Windows color (decimal): -15266774 or 2755607. OLE color: 2755607.
HSL color Cylindrical-coordinate representation of color #170C2A: hue angle of 262º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #170C2A is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 12 | 42 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.84 |
| HSL | 262º | 0.56% | 0.11% | - |
| HSV(B) | 262º | 0.71% | 0.16% | - |
| XYZ | 0.9 | 0.61 | 2.26 | - |
| YUV | 18.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 42 | 0.45 | 0.71 | 0 | 0.84 | 262 | 0.56 | 0.11 |
| Hex | 17 | C | 2A | 2D | 47 | 0 | 54 | 106 | 38 | B |
| Octal | 27 | 14 | 52 | 55 | 107 | 0 | 124 | 406 | 70 | 13 |
| Binary | 10111 | 1100 | 101010 | 101101 | 1000111 | 0 | 1010100 | 100000110 | 111000 | 1011 |
Color Harmonies of #170C2A
Complementary color
Monochromatic Colors of #170C2A
Black with #170C2A
Text Example
Text Example
White with #170C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C2A; }
p { color: rgb(23,12,42); }
H1.HeaderClassName
{
color: #170C2A;
}
.AnyTagClassName
{
color: #170C2A;
}
</style>
background-color css
<style>
a { background-color: #170C2A; }
a { background-color: rgb(23,12,42); }
div.DivClassName
{
background-color: #170C2A;
}
.BgClassName
{
background-color: #170C2A;
}
</style>
border-color css
<style>
span { border-color: #170C2A; }
span { border-color: rgb(23,12,42); }
td.TdClassName
{
border-color: #170C2A;
}
.TagClassName
{
border-color: #170C2A;
}
</style>