Shades of Blackcurrant #281144
Tints of Blackcurrant #281144
RGB
CMYK
RGB Variations
Color information
#281144 (or 0x281144) is known color: Blackcurrant. HEX triplet: 28, 11 and 44. RGB value is (40,17,68). Sum of RGB (Red+Green+Blue) = 40+17+68=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #281144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281144 is #D7EEBB. Grayscale: #1D1D1D. Windows color (decimal): -14151356 or 4460840. OLE color: 4460840.
HSL color Cylindrical-coordinate representation of color #281144: hue angle of 267.06º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281144 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 17 | 68 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.73 |
| HSL | 267.06º | 0.6% | 0.17% | - |
| HSV(B) | 267.06º | 0.75% | 0.27% | - |
| XYZ | 2.12 | 1.27 | 5.6 | - |
| YUV | 29.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 68 | 0.41 | 0.75 | 0 | 0.73 | 267.06 | 0.6 | 0.17 |
| Hex | 28 | 11 | 44 | 29 | 4B | 0 | 49 | 10B | 3C | 11 |
| Octal | 50 | 21 | 104 | 51 | 113 | 0 | 111 | 413 | 74 | 21 |
| Binary | 101000 | 10001 | 1000100 | 101001 | 1001011 | 0 | 1001001 | 100001011 | 111100 | 10001 |
Color Harmonies of #281144
Complementary color
Monochromatic Colors of #281144
Black with #281144
Text Example
Text Example
White with #281144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281144; }
p { color: rgb(40,17,68); }
H1.HeaderClassName
{
color: #281144;
}
.AnyTagClassName
{
color: #281144;
}
</style>
background-color css
<style>
a { background-color: #281144; }
a { background-color: rgb(40,17,68); }
div.DivClassName
{
background-color: #281144;
}
.BgClassName
{
background-color: #281144;
}
</style>
border-color css
<style>
span { border-color: #281144; }
span { border-color: rgb(40,17,68); }
td.TdClassName
{
border-color: #281144;
}
.TagClassName
{
border-color: #281144;
}
</style>