Shades of Blackcurrant #280837
Tints of Blackcurrant #280837
RGB
CMYK
RGB Variations
Color information
#280837 (or 0x280837) is known color: Blackcurrant. HEX triplet: 28, 08 and 37. RGB value is (40,8,55). Sum of RGB (Red+Green+Blue) = 40+8+55=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 55 (21.88% from 255 or 53.40% from 103); Max value from RGB is 55 - color contains mainly: blue. Hex color #280837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280837 is #D7F7C8. Grayscale: #161616. Windows color (decimal): -14153673 or 3606568. OLE color: 3606568.
HSL color Cylindrical-coordinate representation of color #280837: hue angle of 280.85º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280837 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 8 | 55 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.78 |
| HSL | 280.85º | 0.75% | 0.12% | - |
| HSV(B) | 280.85º | 0.85% | 0.22% | - |
| XYZ | 1.65 | 0.9 | 3.7 | - |
| YUV | 22.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 55 | 0.27 | 0.85 | 0 | 0.78 | 280.85 | 0.75 | 0.12 |
| Hex | 28 | 8 | 37 | 1B | 55 | 0 | 4E | 119 | 4B | C |
| Octal | 50 | 10 | 67 | 33 | 125 | 0 | 116 | 431 | 113 | 14 |
| Binary | 101000 | 1000 | 110111 | 11011 | 1010101 | 0 | 1001110 | 100011001 | 1001011 | 1100 |
Color Harmonies of #280837
Complementary color
Monochromatic Colors of #280837
Black with #280837
Text Example
Text Example
White with #280837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280837; }
p { color: rgb(40,8,55); }
H1.HeaderClassName
{
color: #280837;
}
.AnyTagClassName
{
color: #280837;
}
</style>
background-color css
<style>
a { background-color: #280837; }
a { background-color: rgb(40,8,55); }
div.DivClassName
{
background-color: #280837;
}
.BgClassName
{
background-color: #280837;
}
</style>
border-color css
<style>
span { border-color: #280837; }
span { border-color: rgb(40,8,55); }
td.TdClassName
{
border-color: #280837;
}
.TagClassName
{
border-color: #280837;
}
</style>