Shades of Blackcurrant #23192F
Tints of Blackcurrant #23192F
RGB
CMYK
RGB Variations
Color information
#23192F (or 0x23192F) is known color: Blackcurrant. HEX triplet: 23, 19 and 2F. RGB value is (35,25,47). Sum of RGB (Red+Green+Blue) = 35+25+47=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #23192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23192F is #DCE6D0. Grayscale: #1E1E1E. Windows color (decimal): -14477009 or 3086627. OLE color: 3086627.
HSL color Cylindrical-coordinate representation of color #23192F: hue angle of 267.27º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #23192F is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 25 | 47 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.82 |
| HSL | 267.27º | 0.31% | 0.14% | - |
| HSV(B) | 267.27º | 0.47% | 0.18% | - |
| XYZ | 1.55 | 1.26 | 2.85 | - |
| YUV | 30.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 47 | 0.26 | 0.47 | 0 | 0.82 | 267.27 | 0.31 | 0.14 |
| Hex | 23 | 19 | 2F | 1A | 2F | 0 | 52 | 10B | 1F | E |
| Octal | 43 | 31 | 57 | 32 | 57 | 0 | 122 | 413 | 37 | 16 |
| Binary | 100011 | 11001 | 101111 | 11010 | 101111 | 0 | 1010010 | 100001011 | 11111 | 1110 |
Color Harmonies of #23192F
Complementary color
Monochromatic Colors of #23192F
Black with #23192F
Text Example
Text Example
White with #23192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23192F; }
p { color: rgb(35,25,47); }
H1.HeaderClassName
{
color: #23192F;
}
.AnyTagClassName
{
color: #23192F;
}
</style>
background-color css
<style>
a { background-color: #23192F; }
a { background-color: rgb(35,25,47); }
div.DivClassName
{
background-color: #23192F;
}
.BgClassName
{
background-color: #23192F;
}
</style>
border-color css
<style>
span { border-color: #23192F; }
span { border-color: rgb(35,25,47); }
td.TdClassName
{
border-color: #23192F;
}
.TagClassName
{
border-color: #23192F;
}
</style>