Shades of Blackcurrant #281341
Tints of Blackcurrant #281341
RGB
CMYK
RGB Variations
Color information
#281341 (or 0x281341) is known color: Blackcurrant. HEX triplet: 28, 13 and 41. RGB value is (40,19,65). Sum of RGB (Red+Green+Blue) = 40+19+65=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #281341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281341 is #D7ECBE. Grayscale: #1E1E1E. Windows color (decimal): -14150847 or 4264744. OLE color: 4264744.
HSL color Cylindrical-coordinate representation of color #281341: hue angle of 267.39º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #281341 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 19 | 65 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.75 |
| HSL | 267.39º | 0.55% | 0.16% | - |
| HSV(B) | 267.39º | 0.71% | 0.25% | - |
| XYZ | 2.06 | 1.3 | 5.14 | - |
| YUV | 30.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 65 | 0.38 | 0.71 | 0 | 0.75 | 267.39 | 0.55 | 0.16 |
| Hex | 28 | 13 | 41 | 26 | 47 | 0 | 4B | 10B | 37 | 10 |
| Octal | 50 | 23 | 101 | 46 | 107 | 0 | 113 | 413 | 67 | 20 |
| Binary | 101000 | 10011 | 1000001 | 100110 | 1000111 | 0 | 1001011 | 100001011 | 110111 | 10000 |
Color Harmonies of #281341
Complementary color
Monochromatic Colors of #281341
Black with #281341
Text Example
Text Example
White with #281341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281341; }
p { color: rgb(40,19,65); }
H1.HeaderClassName
{
color: #281341;
}
.AnyTagClassName
{
color: #281341;
}
</style>
background-color css
<style>
a { background-color: #281341; }
a { background-color: rgb(40,19,65); }
div.DivClassName
{
background-color: #281341;
}
.BgClassName
{
background-color: #281341;
}
</style>
border-color css
<style>
span { border-color: #281341; }
span { border-color: rgb(40,19,65); }
td.TdClassName
{
border-color: #281341;
}
.TagClassName
{
border-color: #281341;
}
</style>