Shades of Blackcurrant #28133F
Tints of Blackcurrant #28133F
RGB
CMYK
RGB Variations
Color information
#28133F (or 0x28133F) is known color: Blackcurrant. HEX triplet: 28, 13 and 3F. RGB value is (40,19,63). Sum of RGB (Red+Green+Blue) = 40+19+63=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #28133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28133F is #D7ECC0. Grayscale: #1E1E1E. Windows color (decimal): -14150849 or 4133672. OLE color: 4133672.
HSL color Cylindrical-coordinate representation of color #28133F: hue angle of 268.64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28133F is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 19 | 63 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.75 |
| HSL | 268.64º | 0.54% | 0.16% | - |
| HSV(B) | 268.64º | 0.7% | 0.25% | - |
| XYZ | 2.01 | 1.28 | 4.84 | - |
| YUV | 30.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 63 | 0.37 | 0.70 | 0 | 0.75 | 268.64 | 0.54 | 0.16 |
| Hex | 28 | 13 | 3F | 25 | 46 | 0 | 4B | 10D | 36 | 10 |
| Octal | 50 | 23 | 77 | 45 | 106 | 0 | 113 | 415 | 66 | 20 |
| Binary | 101000 | 10011 | 111111 | 100101 | 1000110 | 0 | 1001011 | 100001101 | 110110 | 10000 |
Color Harmonies of #28133F
Complementary color
Monochromatic Colors of #28133F
Black with #28133F
Text Example
Text Example
White with #28133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28133F; }
p { color: rgb(40,19,63); }
H1.HeaderClassName
{
color: #28133F;
}
.AnyTagClassName
{
color: #28133F;
}
</style>
background-color css
<style>
a { background-color: #28133F; }
a { background-color: rgb(40,19,63); }
div.DivClassName
{
background-color: #28133F;
}
.BgClassName
{
background-color: #28133F;
}
</style>
border-color css
<style>
span { border-color: #28133F; }
span { border-color: rgb(40,19,63); }
td.TdClassName
{
border-color: #28133F;
}
.TagClassName
{
border-color: #28133F;
}
</style>