Shades of Blackcurrant #170C2B
Tints of Blackcurrant #170C2B
RGB
CMYK
RGB Variations
Color information
#170C2B (or 0x170C2B) is known color: Blackcurrant. HEX triplet: 17, 0C and 2B. RGB value is (23,12,43). Sum of RGB (Red+Green+Blue) = 23+12+43=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #170C2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C2B is #E8F3D4. Grayscale: #121212. Windows color (decimal): -15266773 or 2821143. OLE color: 2821143.
HSL color Cylindrical-coordinate representation of color #170C2B: hue angle of 261.29º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #170C2B is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 12 | 43 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.83 |
| HSL | 261.29º | 0.56% | 0.11% | - |
| HSV(B) | 261.29º | 0.72% | 0.17% | - |
| XYZ | 0.92 | 0.62 | 2.36 | - |
| YUV | 18.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 43 | 0.47 | 0.72 | 0 | 0.83 | 261.29 | 0.56 | 0.11 |
| Hex | 17 | C | 2B | 2F | 48 | 0 | 53 | 105 | 38 | B |
| Octal | 27 | 14 | 53 | 57 | 110 | 0 | 123 | 405 | 70 | 13 |
| Binary | 10111 | 1100 | 101011 | 101111 | 1001000 | 0 | 1010011 | 100000101 | 111000 | 1011 |
Color Harmonies of #170C2B
Complementary color
Monochromatic Colors of #170C2B
Black with #170C2B
Text Example
Text Example
White with #170C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C2B; }
p { color: rgb(23,12,43); }
H1.HeaderClassName
{
color: #170C2B;
}
.AnyTagClassName
{
color: #170C2B;
}
</style>
background-color css
<style>
a { background-color: #170C2B; }
a { background-color: rgb(23,12,43); }
div.DivClassName
{
background-color: #170C2B;
}
.BgClassName
{
background-color: #170C2B;
}
</style>
border-color css
<style>
span { border-color: #170C2B; }
span { border-color: rgb(23,12,43); }
td.TdClassName
{
border-color: #170C2B;
}
.TagClassName
{
border-color: #170C2B;
}
</style>