Shades of Blackcurrant #231531
Tints of Blackcurrant #231531
RGB
CMYK
RGB Variations
Color information
#231531 (or 0x231531) is known color: Blackcurrant. HEX triplet: 23, 15 and 31. RGB value is (35,21,49). Sum of RGB (Red+Green+Blue) = 35+21+49=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #231531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231531 is #DCEACE. Grayscale: #1C1C1C. Windows color (decimal): -14478031 or 3216675. OLE color: 3216675.
HSL color Cylindrical-coordinate representation of color #231531: hue angle of 270º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #231531 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 21 | 49 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.81 |
| HSL | 270º | 0.4% | 0.14% | - |
| HSV(B) | 270º | 0.57% | 0.19% | - |
| XYZ | 1.52 | 1.12 | 3.04 | - |
| YUV | 28.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 49 | 0.29 | 0.57 | 0 | 0.81 | 270 | 0.4 | 0.14 |
| Hex | 23 | 15 | 31 | 1D | 39 | 0 | 51 | 10E | 28 | E |
| Octal | 43 | 25 | 61 | 35 | 71 | 0 | 121 | 416 | 50 | 16 |
| Binary | 100011 | 10101 | 110001 | 11101 | 111001 | 0 | 1010001 | 100001110 | 101000 | 1110 |
Color Harmonies of #231531
Complementary color
Monochromatic Colors of #231531
Black with #231531
Text Example
Text Example
White with #231531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231531; }
p { color: rgb(35,21,49); }
H1.HeaderClassName
{
color: #231531;
}
.AnyTagClassName
{
color: #231531;
}
</style>
background-color css
<style>
a { background-color: #231531; }
a { background-color: rgb(35,21,49); }
div.DivClassName
{
background-color: #231531;
}
.BgClassName
{
background-color: #231531;
}
</style>
border-color css
<style>
span { border-color: #231531; }
span { border-color: rgb(35,21,49); }
td.TdClassName
{
border-color: #231531;
}
.TagClassName
{
border-color: #231531;
}
</style>