Shades of Blackcurrant #23172C
Tints of Blackcurrant #23172C
RGB
CMYK
RGB Variations
Color information
#23172C (or 0x23172C) is known color: Blackcurrant. HEX triplet: 23, 17 and 2C. RGB value is (35,23,44). Sum of RGB (Red+Green+Blue) = 35+23+44=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #23172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23172C is #DCE8D3. Grayscale: #1C1C1C. Windows color (decimal): -14477524 or 2889507. OLE color: 2889507.
HSL color Cylindrical-coordinate representation of color #23172C: hue angle of 274.29º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #23172C is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 23 | 44 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.83 |
| HSL | 274.29º | 0.31% | 0.13% | - |
| HSV(B) | 274.29º | 0.48% | 0.17% | - |
| XYZ | 1.45 | 1.15 | 2.53 | - |
| YUV | 28.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 44 | 0.20 | 0.48 | 0 | 0.83 | 274.29 | 0.31 | 0.13 |
| Hex | 23 | 17 | 2C | 14 | 30 | 0 | 53 | 112 | 1F | D |
| Octal | 43 | 27 | 54 | 24 | 60 | 0 | 123 | 422 | 37 | 15 |
| Binary | 100011 | 10111 | 101100 | 10100 | 110000 | 0 | 1010011 | 100010010 | 11111 | 1101 |
Color Harmonies of #23172C
Complementary color
Monochromatic Colors of #23172C
Black with #23172C
Text Example
Text Example
White with #23172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23172C; }
p { color: rgb(35,23,44); }
H1.HeaderClassName
{
color: #23172C;
}
.AnyTagClassName
{
color: #23172C;
}
</style>
background-color css
<style>
a { background-color: #23172C; }
a { background-color: rgb(35,23,44); }
div.DivClassName
{
background-color: #23172C;
}
.BgClassName
{
background-color: #23172C;
}
</style>
border-color css
<style>
span { border-color: #23172C; }
span { border-color: rgb(35,23,44); }
td.TdClassName
{
border-color: #23172C;
}
.TagClassName
{
border-color: #23172C;
}
</style>