Shades of Blackcurrant #280A35
Tints of Blackcurrant #280A35
RGB
CMYK
RGB Variations
Color information
#280A35 (or 0x280A35) is known color: Blackcurrant. HEX triplet: 28, 0A and 35. RGB value is (40,10,53). Sum of RGB (Red+Green+Blue) = 40+10+53=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #280A35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280A35 is #D7F5CA. Grayscale: #171717. Windows color (decimal): -14153163 or 3476008. OLE color: 3476008.
HSL color Cylindrical-coordinate representation of color #280A35: hue angle of 281.86º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #280A35 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 10 | 53 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.79 |
| HSL | 281.86º | 0.68% | 0.12% | - |
| HSV(B) | 281.86º | 0.81% | 0.21% | - |
| XYZ | 1.63 | 0.93 | 3.46 | - |
| YUV | 23.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 53 | 0.25 | 0.81 | 0 | 0.79 | 281.86 | 0.68 | 0.12 |
| Hex | 28 | A | 35 | 19 | 51 | 0 | 4F | 11A | 44 | C |
| Octal | 50 | 12 | 65 | 31 | 121 | 0 | 117 | 432 | 104 | 14 |
| Binary | 101000 | 1010 | 110101 | 11001 | 1010001 | 0 | 1001111 | 100011010 | 1000100 | 1100 |
Color Harmonies of #280A35
Complementary color
Monochromatic Colors of #280A35
Black with #280A35
Text Example
Text Example
White with #280A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A35; }
p { color: rgb(40,10,53); }
H1.HeaderClassName
{
color: #280A35;
}
.AnyTagClassName
{
color: #280A35;
}
</style>
background-color css
<style>
a { background-color: #280A35; }
a { background-color: rgb(40,10,53); }
div.DivClassName
{
background-color: #280A35;
}
.BgClassName
{
background-color: #280A35;
}
</style>
border-color css
<style>
span { border-color: #280A35; }
span { border-color: rgb(40,10,53); }
td.TdClassName
{
border-color: #280A35;
}
.TagClassName
{
border-color: #280A35;
}
</style>