Shades of Blackcurrant #23172E
Tints of Blackcurrant #23172E
RGB
CMYK
RGB Variations
Color information
#23172E (or 0x23172E) is known color: Blackcurrant. HEX triplet: 23, 17 and 2E. RGB value is (35,23,46). Sum of RGB (Red+Green+Blue) = 35+23+46=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #23172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23172E is #DCE8D1. Grayscale: #1D1D1D. Windows color (decimal): -14477522 or 3020579. OLE color: 3020579.
HSL color Cylindrical-coordinate representation of color #23172E: hue angle of 271.3º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #23172E is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 23 | 46 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.82 |
| HSL | 271.3º | 0.33% | 0.14% | - |
| HSV(B) | 271.3º | 0.5% | 0.18% | - |
| XYZ | 1.49 | 1.17 | 2.73 | - |
| YUV | 29.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 46 | 0.24 | 0.50 | 0 | 0.82 | 271.3 | 0.33 | 0.14 |
| Hex | 23 | 17 | 2E | 18 | 32 | 0 | 52 | 10F | 21 | E |
| Octal | 43 | 27 | 56 | 30 | 62 | 0 | 122 | 417 | 41 | 16 |
| Binary | 100011 | 10111 | 101110 | 11000 | 110010 | 0 | 1010010 | 100001111 | 100001 | 1110 |
Color Harmonies of #23172E
Complementary color
Monochromatic Colors of #23172E
Black with #23172E
Text Example
Text Example
White with #23172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23172E; }
p { color: rgb(35,23,46); }
H1.HeaderClassName
{
color: #23172E;
}
.AnyTagClassName
{
color: #23172E;
}
</style>
background-color css
<style>
a { background-color: #23172E; }
a { background-color: rgb(35,23,46); }
div.DivClassName
{
background-color: #23172E;
}
.BgClassName
{
background-color: #23172E;
}
</style>
border-color css
<style>
span { border-color: #23172E; }
span { border-color: rgb(35,23,46); }
td.TdClassName
{
border-color: #23172E;
}
.TagClassName
{
border-color: #23172E;
}
</style>