Shades of Blackcurrant #280C31
Tints of Blackcurrant #280C31
RGB
CMYK
RGB Variations
Color information
#280C31 (or 0x280C31) is known color: Blackcurrant. HEX triplet: 28, 0C and 31. RGB value is (40,12,49). Sum of RGB (Red+Green+Blue) = 40+12+49=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #280C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C31 is #D7F3CE. Grayscale: #181818. Windows color (decimal): -14152655 or 3214376. OLE color: 3214376.
HSL color Cylindrical-coordinate representation of color #280C31: hue angle of 285.41º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #280C31 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 12 | 49 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.81 |
| HSL | 285.41º | 0.61% | 0.12% | - |
| HSV(B) | 285.41º | 0.76% | 0.19% | - |
| XYZ | 1.56 | 0.94 | 3 | - |
| YUV | 24.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 49 | 0.18 | 0.76 | 0 | 0.81 | 285.41 | 0.61 | 0.12 |
| Hex | 28 | C | 31 | 12 | 4C | 0 | 51 | 11D | 3D | C |
| Octal | 50 | 14 | 61 | 22 | 114 | 0 | 121 | 435 | 75 | 14 |
| Binary | 101000 | 1100 | 110001 | 10010 | 1001100 | 0 | 1010001 | 100011101 | 111101 | 1100 |
Color Harmonies of #280C31
Complementary color
Monochromatic Colors of #280C31
Black with #280C31
Text Example
Text Example
White with #280C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C31; }
p { color: rgb(40,12,49); }
H1.HeaderClassName
{
color: #280C31;
}
.AnyTagClassName
{
color: #280C31;
}
</style>
background-color css
<style>
a { background-color: #280C31; }
a { background-color: rgb(40,12,49); }
div.DivClassName
{
background-color: #280C31;
}
.BgClassName
{
background-color: #280C31;
}
</style>
border-color css
<style>
span { border-color: #280C31; }
span { border-color: rgb(40,12,49); }
td.TdClassName
{
border-color: #280C31;
}
.TagClassName
{
border-color: #280C31;
}
</style>