Shades of Blackcurrant #280942
Tints of Blackcurrant #280942
RGB
CMYK
RGB Variations
Color information
#280942 (or 0x280942) is known color: Blackcurrant. HEX triplet: 28, 09 and 42. RGB value is (40,9,66). Sum of RGB (Red+Green+Blue) = 40+9+66=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 66 (26.17% from 255 or 57.39% from 115); Max value from RGB is 66 - color contains mainly: blue. Hex color #280942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280942 is #D7F6BD. Grayscale: #181818. Windows color (decimal): -14153406 or 4327720. OLE color: 4327720.
HSL color Cylindrical-coordinate representation of color #280942: hue angle of 272.63º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #280942 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 9 | 66 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.74 |
| HSL | 272.63º | 0.76% | 0.15% | - |
| HSV(B) | 272.63º | 0.86% | 0.26% | - |
| XYZ | 1.96 | 1.04 | 5.25 | - |
| YUV | 24.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 66 | 0.39 | 0.86 | 0 | 0.74 | 272.63 | 0.76 | 0.15 |
| Hex | 28 | 9 | 42 | 27 | 56 | 0 | 4A | 111 | 4C | F |
| Octal | 50 | 11 | 102 | 47 | 126 | 0 | 112 | 421 | 114 | 17 |
| Binary | 101000 | 1001 | 1000010 | 100111 | 1010110 | 0 | 1001010 | 100010001 | 1001100 | 1111 |
Color Harmonies of #280942
Complementary color
Monochromatic Colors of #280942
Black with #280942
Text Example
Text Example
White with #280942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280942; }
p { color: rgb(40,9,66); }
H1.HeaderClassName
{
color: #280942;
}
.AnyTagClassName
{
color: #280942;
}
</style>
background-color css
<style>
a { background-color: #280942; }
a { background-color: rgb(40,9,66); }
div.DivClassName
{
background-color: #280942;
}
.BgClassName
{
background-color: #280942;
}
</style>
border-color css
<style>
span { border-color: #280942; }
span { border-color: rgb(40,9,66); }
td.TdClassName
{
border-color: #280942;
}
.TagClassName
{
border-color: #280942;
}
</style>