Shades of Blackcurrant #23192D
Tints of Blackcurrant #23192D
RGB
CMYK
RGB Variations
Color information
#23192D (or 0x23192D) is known color: Blackcurrant. HEX triplet: 23, 19 and 2D. RGB value is (35,25,45). Sum of RGB (Red+Green+Blue) = 35+25+45=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 45 - color contains mainly: blue. Hex color #23192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23192D is #DCE6D2. Grayscale: #1E1E1E. Windows color (decimal): -14477011 or 2955555. OLE color: 2955555.
HSL color Cylindrical-coordinate representation of color #23192D: hue angle of 270º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23192D is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 25 | 45 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.82 |
| HSL | 270º | 0.29% | 0.14% | - |
| HSV(B) | 270º | 0.44% | 0.18% | - |
| XYZ | 1.51 | 1.24 | 2.64 | - |
| YUV | 30.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 45 | 0.22 | 0.44 | 0 | 0.82 | 270 | 0.29 | 0.14 |
| Hex | 23 | 19 | 2D | 16 | 2C | 0 | 52 | 10E | 1D | E |
| Octal | 43 | 31 | 55 | 26 | 54 | 0 | 122 | 416 | 35 | 16 |
| Binary | 100011 | 11001 | 101101 | 10110 | 101100 | 0 | 1010010 | 100001110 | 11101 | 1110 |
Color Harmonies of #23192D
Complementary color
Monochromatic Colors of #23192D
Black with #23192D
Text Example
Text Example
White with #23192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23192D; }
p { color: rgb(35,25,45); }
H1.HeaderClassName
{
color: #23192D;
}
.AnyTagClassName
{
color: #23192D;
}
</style>
background-color css
<style>
a { background-color: #23192D; }
a { background-color: rgb(35,25,45); }
div.DivClassName
{
background-color: #23192D;
}
.BgClassName
{
background-color: #23192D;
}
</style>
border-color css
<style>
span { border-color: #23192D; }
span { border-color: rgb(35,25,45); }
td.TdClassName
{
border-color: #23192D;
}
.TagClassName
{
border-color: #23192D;
}
</style>