Shades of Blackcurrant #281536
Tints of Blackcurrant #281536
RGB
CMYK
RGB Variations
Color information
#281536 (or 0x281536) is known color: Blackcurrant. HEX triplet: 28, 15 and 36. RGB value is (40,21,54). Sum of RGB (Red+Green+Blue) = 40+21+54=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #281536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281536 is #D7EAC9. Grayscale: #1E1E1E. Windows color (decimal): -14150346 or 3544360. OLE color: 3544360.
HSL color Cylindrical-coordinate representation of color #281536: hue angle of 274.55º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #281536 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 21 | 54 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.79 |
| HSL | 274.55º | 0.44% | 0.15% | - |
| HSV(B) | 274.55º | 0.61% | 0.21% | - |
| XYZ | 1.81 | 1.25 | 3.64 | - |
| YUV | 30.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 54 | 0.26 | 0.61 | 0 | 0.79 | 274.55 | 0.44 | 0.15 |
| Hex | 28 | 15 | 36 | 1A | 3D | 0 | 4F | 113 | 2C | F |
| Octal | 50 | 25 | 66 | 32 | 75 | 0 | 117 | 423 | 54 | 17 |
| Binary | 101000 | 10101 | 110110 | 11010 | 111101 | 0 | 1001111 | 100010011 | 101100 | 1111 |
Color Harmonies of #281536
Complementary color
Monochromatic Colors of #281536
Black with #281536
Text Example
Text Example
White with #281536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281536; }
p { color: rgb(40,21,54); }
H1.HeaderClassName
{
color: #281536;
}
.AnyTagClassName
{
color: #281536;
}
</style>
background-color css
<style>
a { background-color: #281536; }
a { background-color: rgb(40,21,54); }
div.DivClassName
{
background-color: #281536;
}
.BgClassName
{
background-color: #281536;
}
</style>
border-color css
<style>
span { border-color: #281536; }
span { border-color: rgb(40,21,54); }
td.TdClassName
{
border-color: #281536;
}
.TagClassName
{
border-color: #281536;
}
</style>