Shades of Blackcurrant #281237
Tints of Blackcurrant #281237
RGB
CMYK
RGB Variations
Color information
#281237 (or 0x281237) is known color: Blackcurrant. HEX triplet: 28, 12 and 37. RGB value is (40,18,55). Sum of RGB (Red+Green+Blue) = 40+18+55=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #281237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281237 is #D7EDC8. Grayscale: #1C1C1C. Windows color (decimal): -14151113 or 3609128. OLE color: 3609128.
HSL color Cylindrical-coordinate representation of color #281237: hue angle of 275.68º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #281237 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 18 | 55 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.78 |
| HSL | 275.68º | 0.51% | 0.14% | - |
| HSV(B) | 275.68º | 0.67% | 0.22% | - |
| XYZ | 1.78 | 1.16 | 3.74 | - |
| YUV | 28.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 55 | 0.27 | 0.67 | 0 | 0.78 | 275.68 | 0.51 | 0.14 |
| Hex | 28 | 12 | 37 | 1B | 43 | 0 | 4E | 114 | 33 | E |
| Octal | 50 | 22 | 67 | 33 | 103 | 0 | 116 | 424 | 63 | 16 |
| Binary | 101000 | 10010 | 110111 | 11011 | 1000011 | 0 | 1001110 | 100010100 | 110011 | 1110 |
Color Harmonies of #281237
Complementary color
Monochromatic Colors of #281237
Black with #281237
Text Example
Text Example
White with #281237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281237; }
p { color: rgb(40,18,55); }
H1.HeaderClassName
{
color: #281237;
}
.AnyTagClassName
{
color: #281237;
}
</style>
background-color css
<style>
a { background-color: #281237; }
a { background-color: rgb(40,18,55); }
div.DivClassName
{
background-color: #281237;
}
.BgClassName
{
background-color: #281237;
}
</style>
border-color css
<style>
span { border-color: #281237; }
span { border-color: rgb(40,18,55); }
td.TdClassName
{
border-color: #281237;
}
.TagClassName
{
border-color: #281237;
}
</style>