Shades of Blackcurrant #281340
Tints of Blackcurrant #281340
RGB
CMYK
RGB Variations
Color information
#281340 (or 0x281340) is known color: Blackcurrant. HEX triplet: 28, 13 and 40. RGB value is (40,19,64). Sum of RGB (Red+Green+Blue) = 40+19+64=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #281340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281340 is #D7ECBF. Grayscale: #1E1E1E. Windows color (decimal): -14150848 or 4199208. OLE color: 4199208.
HSL color Cylindrical-coordinate representation of color #281340: hue angle of 268º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #281340 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 19 | 64 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.75 |
| HSL | 268º | 0.54% | 0.16% | - |
| HSV(B) | 268º | 0.7% | 0.25% | - |
| XYZ | 2.03 | 1.29 | 4.99 | - |
| YUV | 30.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 64 | 0.38 | 0.70 | 0 | 0.75 | 268 | 0.54 | 0.16 |
| Hex | 28 | 13 | 40 | 26 | 46 | 0 | 4B | 10C | 36 | 10 |
| Octal | 50 | 23 | 100 | 46 | 106 | 0 | 113 | 414 | 66 | 20 |
| Binary | 101000 | 10011 | 1000000 | 100110 | 1000110 | 0 | 1001011 | 100001100 | 110110 | 10000 |
Color Harmonies of #281340
Complementary color
Monochromatic Colors of #281340
Black with #281340
Text Example
Text Example
White with #281340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281340; }
p { color: rgb(40,19,64); }
H1.HeaderClassName
{
color: #281340;
}
.AnyTagClassName
{
color: #281340;
}
</style>
background-color css
<style>
a { background-color: #281340; }
a { background-color: rgb(40,19,64); }
div.DivClassName
{
background-color: #281340;
}
.BgClassName
{
background-color: #281340;
}
</style>
border-color css
<style>
span { border-color: #281340; }
span { border-color: rgb(40,19,64); }
td.TdClassName
{
border-color: #281340;
}
.TagClassName
{
border-color: #281340;
}
</style>