Shades of Blackcurrant #280E32
Tints of Blackcurrant #280E32
RGB
CMYK
RGB Variations
Color information
#280E32 (or 0x280E32) is known color: Blackcurrant. HEX triplet: 28, 0E and 32. RGB value is (40,14,50). Sum of RGB (Red+Green+Blue) = 40+14+50=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #280E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E32 is #D7F1CD. Grayscale: #191919. Windows color (decimal): -14152142 or 3280424. OLE color: 3280424.
HSL color Cylindrical-coordinate representation of color #280E32: hue angle of 283.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #280E32 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 14 | 50 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.80 |
| HSL | 283.33º | 0.56% | 0.13% | - |
| HSV(B) | 283.33º | 0.72% | 0.2% | - |
| XYZ | 1.61 | 1 | 3.13 | - |
| YUV | 25.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 50 | 0.20 | 0.72 | 0 | 0.80 | 283.33 | 0.56 | 0.13 |
| Hex | 28 | E | 32 | 14 | 48 | 0 | 50 | 11B | 38 | D |
| Octal | 50 | 16 | 62 | 24 | 110 | 0 | 120 | 433 | 70 | 15 |
| Binary | 101000 | 1110 | 110010 | 10100 | 1001000 | 0 | 1010000 | 100011011 | 111000 | 1101 |
Color Harmonies of #280E32
Complementary color
Monochromatic Colors of #280E32
Black with #280E32
Text Example
Text Example
White with #280E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E32; }
p { color: rgb(40,14,50); }
H1.HeaderClassName
{
color: #280E32;
}
.AnyTagClassName
{
color: #280E32;
}
</style>
background-color css
<style>
a { background-color: #280E32; }
a { background-color: rgb(40,14,50); }
div.DivClassName
{
background-color: #280E32;
}
.BgClassName
{
background-color: #280E32;
}
</style>
border-color css
<style>
span { border-color: #280E32; }
span { border-color: rgb(40,14,50); }
td.TdClassName
{
border-color: #280E32;
}
.TagClassName
{
border-color: #280E32;
}
</style>