Shades of Blackcurrant #281534
Tints of Blackcurrant #281534
RGB
CMYK
RGB Variations
Color information
#281534 (or 0x281534) is known color: Blackcurrant. HEX triplet: 28, 15 and 34. RGB value is (40,21,52). Sum of RGB (Red+Green+Blue) = 40+21+52=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #281534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281534 is #D7EACB. Grayscale: #1E1E1E. Windows color (decimal): -14150348 or 3413288. OLE color: 3413288.
HSL color Cylindrical-coordinate representation of color #281534: hue angle of 276.77º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281534 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 21 | 52 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.80 |
| HSL | 276.77º | 0.42% | 0.14% | - |
| HSV(B) | 276.77º | 0.6% | 0.2% | - |
| XYZ | 1.76 | 1.24 | 3.39 | - |
| YUV | 30.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 52 | 0.23 | 0.60 | 0 | 0.80 | 276.77 | 0.42 | 0.14 |
| Hex | 28 | 15 | 34 | 17 | 3C | 0 | 50 | 115 | 2A | E |
| Octal | 50 | 25 | 64 | 27 | 74 | 0 | 120 | 425 | 52 | 16 |
| Binary | 101000 | 10101 | 110100 | 10111 | 111100 | 0 | 1010000 | 100010101 | 101010 | 1110 |
Color Harmonies of #281534
Complementary color
Monochromatic Colors of #281534
Black with #281534
Text Example
Text Example
White with #281534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281534; }
p { color: rgb(40,21,52); }
H1.HeaderClassName
{
color: #281534;
}
.AnyTagClassName
{
color: #281534;
}
</style>
background-color css
<style>
a { background-color: #281534; }
a { background-color: rgb(40,21,52); }
div.DivClassName
{
background-color: #281534;
}
.BgClassName
{
background-color: #281534;
}
</style>
border-color css
<style>
span { border-color: #281534; }
span { border-color: rgb(40,21,52); }
td.TdClassName
{
border-color: #281534;
}
.TagClassName
{
border-color: #281534;
}
</style>