Shades of Blackcurrant #23132E
Tints of Blackcurrant #23132E
RGB
CMYK
RGB Variations
Color information
#23132E (or 0x23132E) is known color: Blackcurrant. HEX triplet: 23, 13 and 2E. RGB value is (35,19,46). Sum of RGB (Red+Green+Blue) = 35+19+46=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #23132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23132E is #DCECD1. Grayscale: #1A1A1A. Windows color (decimal): -14478546 or 3019555. OLE color: 3019555.
HSL color Cylindrical-coordinate representation of color #23132E: hue angle of 275.56º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #23132E is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 19 | 46 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.82 |
| HSL | 275.56º | 0.42% | 0.13% | - |
| HSV(B) | 275.56º | 0.59% | 0.18% | - |
| XYZ | 1.42 | 1.02 | 2.71 | - |
| YUV | 26.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 46 | 0.24 | 0.59 | 0 | 0.82 | 275.56 | 0.42 | 0.13 |
| Hex | 23 | 13 | 2E | 18 | 3B | 0 | 52 | 114 | 2A | D |
| Octal | 43 | 23 | 56 | 30 | 73 | 0 | 122 | 424 | 52 | 15 |
| Binary | 100011 | 10011 | 101110 | 11000 | 111011 | 0 | 1010010 | 100010100 | 101010 | 1101 |
Color Harmonies of #23132E
Complementary color
Monochromatic Colors of #23132E
Black with #23132E
Text Example
Text Example
White with #23132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23132E; }
p { color: rgb(35,19,46); }
H1.HeaderClassName
{
color: #23132E;
}
.AnyTagClassName
{
color: #23132E;
}
</style>
background-color css
<style>
a { background-color: #23132E; }
a { background-color: rgb(35,19,46); }
div.DivClassName
{
background-color: #23132E;
}
.BgClassName
{
background-color: #23132E;
}
</style>
border-color css
<style>
span { border-color: #23132E; }
span { border-color: rgb(35,19,46); }
td.TdClassName
{
border-color: #23132E;
}
.TagClassName
{
border-color: #23132E;
}
</style>