Shades of Blackcurrant #281437
Tints of Blackcurrant #281437
RGB
CMYK
RGB Variations
Color information
#281437 (or 0x281437) is known color: Blackcurrant. HEX triplet: 28, 14 and 37. RGB value is (40,20,55). Sum of RGB (Red+Green+Blue) = 40+20+55=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 55 - color contains mainly: blue. Hex color #281437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281437 is #D7EBC8. Grayscale: #1D1D1D. Windows color (decimal): -14150601 or 3609640. OLE color: 3609640.
HSL color Cylindrical-coordinate representation of color #281437: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #281437 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 20 | 55 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.78 |
| HSL | 274.29º | 0.47% | 0.15% | - |
| HSV(B) | 274.29º | 0.64% | 0.22% | - |
| XYZ | 1.81 | 1.23 | 3.76 | - |
| YUV | 29.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 55 | 0.27 | 0.64 | 0 | 0.78 | 274.29 | 0.47 | 0.15 |
| Hex | 28 | 14 | 37 | 1B | 40 | 0 | 4E | 112 | 2F | F |
| Octal | 50 | 24 | 67 | 33 | 100 | 0 | 116 | 422 | 57 | 17 |
| Binary | 101000 | 10100 | 110111 | 11011 | 1000000 | 0 | 1001110 | 100010010 | 101111 | 1111 |
Color Harmonies of #281437
Complementary color
Monochromatic Colors of #281437
Black with #281437
Text Example
Text Example
White with #281437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281437; }
p { color: rgb(40,20,55); }
H1.HeaderClassName
{
color: #281437;
}
.AnyTagClassName
{
color: #281437;
}
</style>
background-color css
<style>
a { background-color: #281437; }
a { background-color: rgb(40,20,55); }
div.DivClassName
{
background-color: #281437;
}
.BgClassName
{
background-color: #281437;
}
</style>
border-color css
<style>
span { border-color: #281437; }
span { border-color: rgb(40,20,55); }
td.TdClassName
{
border-color: #281437;
}
.TagClassName
{
border-color: #281437;
}
</style>