Shades of Blackcurrant #23192B
Tints of Blackcurrant #23192B
RGB
CMYK
RGB Variations
Color information
#23192B (or 0x23192B) is known color: Blackcurrant. HEX triplet: 23, 19 and 2B. RGB value is (35,25,43). Sum of RGB (Red+Green+Blue) = 35+25+43=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #23192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23192B is #DCE6D4. Grayscale: #1D1D1D. Windows color (decimal): -14477013 or 2824483. OLE color: 2824483.
HSL color Cylindrical-coordinate representation of color #23192B: hue angle of 273.33º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #23192B is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 25 | 43 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.83 |
| HSL | 273.33º | 0.26% | 0.13% | - |
| HSV(B) | 273.33º | 0.42% | 0.17% | - |
| XYZ | 1.48 | 1.23 | 2.44 | - |
| YUV | 30.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 43 | 0.19 | 0.42 | 0 | 0.83 | 273.33 | 0.26 | 0.13 |
| Hex | 23 | 19 | 2B | 13 | 2A | 0 | 53 | 111 | 1A | D |
| Octal | 43 | 31 | 53 | 23 | 52 | 0 | 123 | 421 | 32 | 15 |
| Binary | 100011 | 11001 | 101011 | 10011 | 101010 | 0 | 1010011 | 100010001 | 11010 | 1101 |
Color Harmonies of #23192B
Complementary color
Monochromatic Colors of #23192B
Black with #23192B
Text Example
Text Example
White with #23192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23192B; }
p { color: rgb(35,25,43); }
H1.HeaderClassName
{
color: #23192B;
}
.AnyTagClassName
{
color: #23192B;
}
</style>
background-color css
<style>
a { background-color: #23192B; }
a { background-color: rgb(35,25,43); }
div.DivClassName
{
background-color: #23192B;
}
.BgClassName
{
background-color: #23192B;
}
</style>
border-color css
<style>
span { border-color: #23192B; }
span { border-color: rgb(35,25,43); }
td.TdClassName
{
border-color: #23192B;
}
.TagClassName
{
border-color: #23192B;
}
</style>