Shades of Blackcurrant #281241
Tints of Blackcurrant #281241
RGB
CMYK
RGB Variations
Color information
#281241 (or 0x281241) is known color: Blackcurrant. HEX triplet: 28, 12 and 41. RGB value is (40,18,65). Sum of RGB (Red+Green+Blue) = 40+18+65=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #281241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281241 is #D7EDBE. Grayscale: #1D1D1D. Windows color (decimal): -14151103 or 4264488. OLE color: 4264488.
HSL color Cylindrical-coordinate representation of color #281241: hue angle of 268.09º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #281241 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 18 | 65 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.75 |
| HSL | 268.09º | 0.57% | 0.16% | - |
| HSV(B) | 268.09º | 0.72% | 0.25% | - |
| XYZ | 2.05 | 1.27 | 5.14 | - |
| YUV | 29.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 65 | 0.38 | 0.72 | 0 | 0.75 | 268.09 | 0.57 | 0.16 |
| Hex | 28 | 12 | 41 | 26 | 48 | 0 | 4B | 10C | 39 | 10 |
| Octal | 50 | 22 | 101 | 46 | 110 | 0 | 113 | 414 | 71 | 20 |
| Binary | 101000 | 10010 | 1000001 | 100110 | 1001000 | 0 | 1001011 | 100001100 | 111001 | 10000 |
Color Harmonies of #281241
Complementary color
Monochromatic Colors of #281241
Black with #281241
Text Example
Text Example
White with #281241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281241; }
p { color: rgb(40,18,65); }
H1.HeaderClassName
{
color: #281241;
}
.AnyTagClassName
{
color: #281241;
}
</style>
background-color css
<style>
a { background-color: #281241; }
a { background-color: rgb(40,18,65); }
div.DivClassName
{
background-color: #281241;
}
.BgClassName
{
background-color: #281241;
}
</style>
border-color css
<style>
span { border-color: #281241; }
span { border-color: rgb(40,18,65); }
td.TdClassName
{
border-color: #281241;
}
.TagClassName
{
border-color: #281241;
}
</style>