Shades of Blackcurrant #231931
Tints of Blackcurrant #231931
RGB
CMYK
RGB Variations
Color information
#231931 (or 0x231931) is known color: Blackcurrant. HEX triplet: 23, 19 and 31. RGB value is (35,25,49). Sum of RGB (Red+Green+Blue) = 35+25+49=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #231931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231931 is #DCE6CE. Grayscale: #1E1E1E. Windows color (decimal): -14477007 or 3217699. OLE color: 3217699.
HSL color Cylindrical-coordinate representation of color #231931: hue angle of 265º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231931 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 25 | 49 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.81 |
| HSL | 265º | 0.32% | 0.15% | - |
| HSV(B) | 265º | 0.49% | 0.19% | - |
| XYZ | 1.6 | 1.27 | 3.07 | - |
| YUV | 30.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 49 | 0.29 | 0.49 | 0 | 0.81 | 265 | 0.32 | 0.15 |
| Hex | 23 | 19 | 31 | 1D | 31 | 0 | 51 | 109 | 20 | F |
| Octal | 43 | 31 | 61 | 35 | 61 | 0 | 121 | 411 | 40 | 17 |
| Binary | 100011 | 11001 | 110001 | 11101 | 110001 | 0 | 1010001 | 100001001 | 100000 | 1111 |
Color Harmonies of #231931
Complementary color
Monochromatic Colors of #231931
Black with #231931
Text Example
Text Example
White with #231931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231931; }
p { color: rgb(35,25,49); }
H1.HeaderClassName
{
color: #231931;
}
.AnyTagClassName
{
color: #231931;
}
</style>
background-color css
<style>
a { background-color: #231931; }
a { background-color: rgb(35,25,49); }
div.DivClassName
{
background-color: #231931;
}
.BgClassName
{
background-color: #231931;
}
</style>
border-color css
<style>
span { border-color: #231931; }
span { border-color: rgb(35,25,49); }
td.TdClassName
{
border-color: #231931;
}
.TagClassName
{
border-color: #231931;
}
</style>