Shades of Blackcurrant #281330
Tints of Blackcurrant #281330
RGB
CMYK
RGB Variations
Color information
#281330 (or 0x281330) is known color: Blackcurrant. HEX triplet: 28, 13 and 30. RGB value is (40,19,48). Sum of RGB (Red+Green+Blue) = 40+19+48=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #281330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281330 is #D7ECCF. Grayscale: #1C1C1C. Windows color (decimal): -14150864 or 3150632. OLE color: 3150632.
HSL color Cylindrical-coordinate representation of color #281330: hue angle of 283.45º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281330 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 19 | 48 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.81 |
| HSL | 283.45º | 0.43% | 0.13% | - |
| HSV(B) | 283.45º | 0.6% | 0.19% | - |
| XYZ | 1.64 | 1.13 | 2.93 | - |
| YUV | 28.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 48 | 0.17 | 0.60 | 0 | 0.81 | 283.45 | 0.43 | 0.13 |
| Hex | 28 | 13 | 30 | 11 | 3C | 0 | 51 | 11B | 2B | D |
| Octal | 50 | 23 | 60 | 21 | 74 | 0 | 121 | 433 | 53 | 15 |
| Binary | 101000 | 10011 | 110000 | 10001 | 111100 | 0 | 1010001 | 100011011 | 101011 | 1101 |
Color Harmonies of #281330
Complementary color
Monochromatic Colors of #281330
Black with #281330
Text Example
Text Example
White with #281330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281330; }
p { color: rgb(40,19,48); }
H1.HeaderClassName
{
color: #281330;
}
.AnyTagClassName
{
color: #281330;
}
</style>
background-color css
<style>
a { background-color: #281330; }
a { background-color: rgb(40,19,48); }
div.DivClassName
{
background-color: #281330;
}
.BgClassName
{
background-color: #281330;
}
</style>
border-color css
<style>
span { border-color: #281330; }
span { border-color: rgb(40,19,48); }
td.TdClassName
{
border-color: #281330;
}
.TagClassName
{
border-color: #281330;
}
</style>