Shades of Blackcurrant #23192A
Tints of Blackcurrant #23192A
RGB
CMYK
RGB Variations
Color information
#23192A (or 0x23192A) is known color: Blackcurrant. HEX triplet: 23, 19 and 2A. RGB value is (35,25,42). Sum of RGB (Red+Green+Blue) = 35+25+42=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 42 - color contains mainly: blue. Hex color #23192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23192A is #DCE6D5. Grayscale: #1D1D1D. Windows color (decimal): -14477014 or 2758947. OLE color: 2758947.
HSL color Cylindrical-coordinate representation of color #23192A: hue angle of 275.29º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23192A is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 25 | 42 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.84 |
| HSL | 275.29º | 0.25% | 0.13% | - |
| HSV(B) | 275.29º | 0.4% | 0.16% | - |
| XYZ | 1.46 | 1.22 | 2.35 | - |
| YUV | 29.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 42 | 0.17 | 0.40 | 0 | 0.84 | 275.29 | 0.25 | 0.13 |
| Hex | 23 | 19 | 2A | 11 | 28 | 0 | 54 | 113 | 19 | D |
| Octal | 43 | 31 | 52 | 21 | 50 | 0 | 124 | 423 | 31 | 15 |
| Binary | 100011 | 11001 | 101010 | 10001 | 101000 | 0 | 1010100 | 100010011 | 11001 | 1101 |
Color Harmonies of #23192A
Complementary color
Monochromatic Colors of #23192A
Black with #23192A
Text Example
Text Example
White with #23192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23192A; }
p { color: rgb(35,25,42); }
H1.HeaderClassName
{
color: #23192A;
}
.AnyTagClassName
{
color: #23192A;
}
</style>
background-color css
<style>
a { background-color: #23192A; }
a { background-color: rgb(35,25,42); }
div.DivClassName
{
background-color: #23192A;
}
.BgClassName
{
background-color: #23192A;
}
</style>
border-color css
<style>
span { border-color: #23192A; }
span { border-color: rgb(35,25,42); }
td.TdClassName
{
border-color: #23192A;
}
.TagClassName
{
border-color: #23192A;
}
</style>