Shades of Blackcurrant #231231
Tints of Blackcurrant #231231
RGB
CMYK
RGB Variations
Color information
#231231 (or 0x231231) is known color: Blackcurrant. HEX triplet: 23, 12 and 31. RGB value is (35,18,49). Sum of RGB (Red+Green+Blue) = 35+18+49=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #231231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231231 is #DCEDCE. Grayscale: #1A1A1A. Windows color (decimal): -14478799 or 3215907. OLE color: 3215907.
HSL color Cylindrical-coordinate representation of color #231231: hue angle of 272.9º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231231 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 18 | 49 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.81 |
| HSL | 272.9º | 0.46% | 0.13% | - |
| HSV(B) | 272.9º | 0.63% | 0.19% | - |
| XYZ | 1.46 | 1.01 | 3.02 | - |
| YUV | 26.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 49 | 0.29 | 0.63 | 0 | 0.81 | 272.9 | 0.46 | 0.13 |
| Hex | 23 | 12 | 31 | 1D | 3F | 0 | 51 | 111 | 2E | D |
| Octal | 43 | 22 | 61 | 35 | 77 | 0 | 121 | 421 | 56 | 15 |
| Binary | 100011 | 10010 | 110001 | 11101 | 111111 | 0 | 1010001 | 100010001 | 101110 | 1101 |
Color Harmonies of #231231
Complementary color
Monochromatic Colors of #231231
Black with #231231
Text Example
Text Example
White with #231231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231231; }
p { color: rgb(35,18,49); }
H1.HeaderClassName
{
color: #231231;
}
.AnyTagClassName
{
color: #231231;
}
</style>
background-color css
<style>
a { background-color: #231231; }
a { background-color: rgb(35,18,49); }
div.DivClassName
{
background-color: #231231;
}
.BgClassName
{
background-color: #231231;
}
</style>
border-color css
<style>
span { border-color: #231231; }
span { border-color: rgb(35,18,49); }
td.TdClassName
{
border-color: #231231;
}
.TagClassName
{
border-color: #231231;
}
</style>