Shades of Blackcurrant #23172B
Tints of Blackcurrant #23172B
RGB
CMYK
RGB Variations
Color information
#23172B (or 0x23172B) is known color: Blackcurrant. HEX triplet: 23, 17 and 2B. RGB value is (35,23,43). Sum of RGB (Red+Green+Blue) = 35+23+43=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #23172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23172B is #DCE8D4. Grayscale: #1C1C1C. Windows color (decimal): -14477525 or 2823971. OLE color: 2823971.
HSL color Cylindrical-coordinate representation of color #23172B: hue angle of 276º 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 #23172B is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 23 | 43 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.83 |
| HSL | 276º | 0.3% | 0.13% | - |
| HSV(B) | 276º | 0.47% | 0.17% | - |
| XYZ | 1.44 | 1.14 | 2.43 | - |
| YUV | 28.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 43 | 0.19 | 0.47 | 0 | 0.83 | 276 | 0.3 | 0.13 |
| Hex | 23 | 17 | 2B | 13 | 2F | 0 | 53 | 114 | 1E | D |
| Octal | 43 | 27 | 53 | 23 | 57 | 0 | 123 | 424 | 36 | 15 |
| Binary | 100011 | 10111 | 101011 | 10011 | 101111 | 0 | 1010011 | 100010100 | 11110 | 1101 |
Color Harmonies of #23172B
Complementary color
Monochromatic Colors of #23172B
Black with #23172B
Text Example
Text Example
White with #23172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23172B; }
p { color: rgb(35,23,43); }
H1.HeaderClassName
{
color: #23172B;
}
.AnyTagClassName
{
color: #23172B;
}
</style>
background-color css
<style>
a { background-color: #23172B; }
a { background-color: rgb(35,23,43); }
div.DivClassName
{
background-color: #23172B;
}
.BgClassName
{
background-color: #23172B;
}
</style>
border-color css
<style>
span { border-color: #23172B; }
span { border-color: rgb(35,23,43); }
td.TdClassName
{
border-color: #23172B;
}
.TagClassName
{
border-color: #23172B;
}
</style>