Shades of Blackcurrant #231031
Tints of Blackcurrant #231031
RGB
CMYK
RGB Variations
Color information
#231031 (or 0x231031) is known color: Blackcurrant. HEX triplet: 23, 10 and 31. RGB value is (35,16,49). Sum of RGB (Red+Green+Blue) = 35+16+49=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #231031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231031 is #DCEFCE. Grayscale: #191919. Windows color (decimal): -14479311 or 3215395. OLE color: 3215395.
HSL color Cylindrical-coordinate representation of color #231031: hue angle of 274.55º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #231031 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 16 | 49 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.81 |
| HSL | 274.55º | 0.51% | 0.13% | - |
| HSV(B) | 274.55º | 0.67% | 0.19% | - |
| XYZ | 1.43 | 0.95 | 3.01 | - |
| YUV | 25.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 49 | 0.29 | 0.67 | 0 | 0.81 | 274.55 | 0.51 | 0.13 |
| Hex | 23 | 10 | 31 | 1D | 43 | 0 | 51 | 113 | 33 | D |
| Octal | 43 | 20 | 61 | 35 | 103 | 0 | 121 | 423 | 63 | 15 |
| Binary | 100011 | 10000 | 110001 | 11101 | 1000011 | 0 | 1010001 | 100010011 | 110011 | 1101 |
Color Harmonies of #231031
Complementary color
Monochromatic Colors of #231031
Black with #231031
Text Example
Text Example
White with #231031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231031; }
p { color: rgb(35,16,49); }
H1.HeaderClassName
{
color: #231031;
}
.AnyTagClassName
{
color: #231031;
}
</style>
background-color css
<style>
a { background-color: #231031; }
a { background-color: rgb(35,16,49); }
div.DivClassName
{
background-color: #231031;
}
.BgClassName
{
background-color: #231031;
}
</style>
border-color css
<style>
span { border-color: #231031; }
span { border-color: rgb(35,16,49); }
td.TdClassName
{
border-color: #231031;
}
.TagClassName
{
border-color: #231031;
}
</style>