Shades of Blackcurrant #280D33
Tints of Blackcurrant #280D33
RGB
CMYK
RGB Variations
Color information
#280D33 (or 0x280D33) is known color: Blackcurrant. HEX triplet: 28, 0D and 33. RGB value is (40,13,51). Sum of RGB (Red+Green+Blue) = 40+13+51=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #280D33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D33 is #D7F2CC. Grayscale: #191919. Windows color (decimal): -14152397 or 3345704. OLE color: 3345704.
HSL color Cylindrical-coordinate representation of color #280D33: hue angle of 282.63º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280D33 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 13 | 51 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.8 |
| HSL | 282.63º | 0.59% | 0.13% | - |
| HSV(B) | 282.63º | 0.75% | 0.2% | - |
| XYZ | 1.62 | 0.98 | 3.24 | - |
| YUV | 25.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 51 | 0.22 | 0.75 | 0 | 0.8 | 282.63 | 0.59 | 0.13 |
| Hex | 28 | D | 33 | 16 | 4B | 0 | 50 | 11B | 3B | D |
| Octal | 50 | 15 | 63 | 26 | 113 | 0 | 120 | 433 | 73 | 15 |
| Binary | 101000 | 1101 | 110011 | 10110 | 1001011 | 0 | 1010000 | 100011011 | 111011 | 1101 |
Color Harmonies of #280D33
Complementary color
Monochromatic Colors of #280D33
Black with #280D33
Text Example
Text Example
White with #280D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D33; }
p { color: rgb(40,13,51); }
H1.HeaderClassName
{
color: #280D33;
}
.AnyTagClassName
{
color: #280D33;
}
</style>
background-color css
<style>
a { background-color: #280D33; }
a { background-color: rgb(40,13,51); }
div.DivClassName
{
background-color: #280D33;
}
.BgClassName
{
background-color: #280D33;
}
</style>
border-color css
<style>
span { border-color: #280D33; }
span { border-color: rgb(40,13,51); }
td.TdClassName
{
border-color: #280D33;
}
.TagClassName
{
border-color: #280D33;
}
</style>