Shades of Blackcurrant #281231
Tints of Blackcurrant #281231
RGB
CMYK
RGB Variations
Color information
#281231 (or 0x281231) is known color: Blackcurrant. HEX triplet: 28, 12 and 31. RGB value is (40,18,49). Sum of RGB (Red+Green+Blue) = 40+18+49=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #281231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281231 is #D7EDCE. Grayscale: #1C1C1C. Windows color (decimal): -14151119 or 3215912. OLE color: 3215912.
HSL color Cylindrical-coordinate representation of color #281231: hue angle of 282.58º 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 #281231 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 18 | 49 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.81 |
| HSL | 282.58º | 0.46% | 0.13% | - |
| HSV(B) | 282.58º | 0.63% | 0.19% | - |
| XYZ | 1.65 | 1.11 | 3.03 | - |
| YUV | 28.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 49 | 0.18 | 0.63 | 0 | 0.81 | 282.58 | 0.46 | 0.13 |
| Hex | 28 | 12 | 31 | 12 | 3F | 0 | 51 | 11B | 2E | D |
| Octal | 50 | 22 | 61 | 22 | 77 | 0 | 121 | 433 | 56 | 15 |
| Binary | 101000 | 10010 | 110001 | 10010 | 111111 | 0 | 1010001 | 100011011 | 101110 | 1101 |
Color Harmonies of #281231
Complementary color
Monochromatic Colors of #281231
Black with #281231
Text Example
Text Example
White with #281231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281231; }
p { color: rgb(40,18,49); }
H1.HeaderClassName
{
color: #281231;
}
.AnyTagClassName
{
color: #281231;
}
</style>
background-color css
<style>
a { background-color: #281231; }
a { background-color: rgb(40,18,49); }
div.DivClassName
{
background-color: #281231;
}
.BgClassName
{
background-color: #281231;
}
</style>
border-color css
<style>
span { border-color: #281231; }
span { border-color: rgb(40,18,49); }
td.TdClassName
{
border-color: #281231;
}
.TagClassName
{
border-color: #281231;
}
</style>