Shades of Blackcurrant #28133A
Tints of Blackcurrant #28133A
RGB
CMYK
RGB Variations
Color information
#28133A (or 0x28133A) is known color: Blackcurrant. HEX triplet: 28, 13 and 3A. RGB value is (40,19,58). Sum of RGB (Red+Green+Blue) = 40+19+58=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #28133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28133A is #D7ECC5. Grayscale: #1D1D1D. Windows color (decimal): -14150854 or 3805992. OLE color: 3805992.
HSL color Cylindrical-coordinate representation of color #28133A: hue angle of 272.31º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28133A is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 19 | 58 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.77 |
| HSL | 272.31º | 0.51% | 0.15% | - |
| HSV(B) | 272.31º | 0.67% | 0.23% | - |
| XYZ | 1.87 | 1.22 | 4.14 | - |
| YUV | 29.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 58 | 0.31 | 0.67 | 0 | 0.77 | 272.31 | 0.51 | 0.15 |
| Hex | 28 | 13 | 3A | 1F | 43 | 0 | 4D | 110 | 33 | F |
| Octal | 50 | 23 | 72 | 37 | 103 | 0 | 115 | 420 | 63 | 17 |
| Binary | 101000 | 10011 | 111010 | 11111 | 1000011 | 0 | 1001101 | 100010000 | 110011 | 1111 |
Color Harmonies of #28133A
Complementary color
Monochromatic Colors of #28133A
Black with #28133A
Text Example
Text Example
White with #28133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28133A; }
p { color: rgb(40,19,58); }
H1.HeaderClassName
{
color: #28133A;
}
.AnyTagClassName
{
color: #28133A;
}
</style>
background-color css
<style>
a { background-color: #28133A; }
a { background-color: rgb(40,19,58); }
div.DivClassName
{
background-color: #28133A;
}
.BgClassName
{
background-color: #28133A;
}
</style>
border-color css
<style>
span { border-color: #28133A; }
span { border-color: rgb(40,19,58); }
td.TdClassName
{
border-color: #28133A;
}
.TagClassName
{
border-color: #28133A;
}
</style>