Shades of Blackcurrant #20172B
Tints of Blackcurrant #20172B
RGB
CMYK
RGB Variations
Color information
#20172B (or 0x20172B) is known color: Blackcurrant. HEX triplet: 20, 17 and 2B. RGB value is (32,23,43). Sum of RGB (Red+Green+Blue) = 32+23+43=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #20172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20172B is #DFE8D4. Grayscale: #1B1B1B. Windows color (decimal): -14674133 or 2823968. OLE color: 2823968.
HSL color Cylindrical-coordinate representation of color #20172B: hue angle of 267º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #20172B is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 23 | 43 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.83 |
| HSL | 267º | 0.3% | 0.13% | - |
| HSV(B) | 267º | 0.47% | 0.17% | - |
| XYZ | 1.34 | 1.09 | 2.43 | - |
| YUV | 27.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 43 | 0.26 | 0.47 | 0 | 0.83 | 267 | 0.3 | 0.13 |
| Hex | 20 | 17 | 2B | 1A | 2F | 0 | 53 | 10B | 1E | D |
| Octal | 40 | 27 | 53 | 32 | 57 | 0 | 123 | 413 | 36 | 15 |
| Binary | 100000 | 10111 | 101011 | 11010 | 101111 | 0 | 1010011 | 100001011 | 11110 | 1101 |
Color Harmonies of #20172B
Complementary color
Monochromatic Colors of #20172B
Black with #20172B
Text Example
Text Example
White with #20172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20172B; }
p { color: rgb(32,23,43); }
H1.HeaderClassName
{
color: #20172B;
}
.AnyTagClassName
{
color: #20172B;
}
</style>
background-color css
<style>
a { background-color: #20172B; }
a { background-color: rgb(32,23,43); }
div.DivClassName
{
background-color: #20172B;
}
.BgClassName
{
background-color: #20172B;
}
</style>
border-color css
<style>
span { border-color: #20172B; }
span { border-color: rgb(32,23,43); }
td.TdClassName
{
border-color: #20172B;
}
.TagClassName
{
border-color: #20172B;
}
</style>