Shades of Blackcurrant #281541
Tints of Blackcurrant #281541
RGB
CMYK
RGB Variations
Color information
#281541 (or 0x281541) is known color: Blackcurrant. HEX triplet: 28, 15 and 41. RGB value is (40,21,65). Sum of RGB (Red+Green+Blue) = 40+21+65=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #281541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281541 is #D7EABE. Grayscale: #1F1F1F. Windows color (decimal): -14150335 or 4265256. OLE color: 4265256.
HSL color Cylindrical-coordinate representation of color #281541: hue angle of 265.91º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #281541 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 21 | 65 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.75 |
| HSL | 265.91º | 0.51% | 0.17% | - |
| HSV(B) | 265.91º | 0.68% | 0.25% | - |
| XYZ | 2.1 | 1.37 | 5.15 | - |
| YUV | 31.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 21 | 65 | 0.38 | 0.68 | 0 | 0.75 | 265.91 | 0.51 | 0.17 |
| Hex | 28 | 15 | 41 | 26 | 44 | 0 | 4B | 10A | 33 | 11 |
| Octal | 50 | 25 | 101 | 46 | 104 | 0 | 113 | 412 | 63 | 21 |
| Binary | 101000 | 10101 | 1000001 | 100110 | 1000100 | 0 | 1001011 | 100001010 | 110011 | 10001 |
Color Harmonies of #281541
Complementary color
Monochromatic Colors of #281541
Black with #281541
Text Example
Text Example
White with #281541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281541; }
p { color: rgb(40,21,65); }
H1.HeaderClassName
{
color: #281541;
}
.AnyTagClassName
{
color: #281541;
}
</style>
background-color css
<style>
a { background-color: #281541; }
a { background-color: rgb(40,21,65); }
div.DivClassName
{
background-color: #281541;
}
.BgClassName
{
background-color: #281541;
}
</style>
border-color css
<style>
span { border-color: #281541; }
span { border-color: rgb(40,21,65); }
td.TdClassName
{
border-color: #281541;
}
.TagClassName
{
border-color: #281541;
}
</style>