Shades of Blackcurrant #28113D
Tints of Blackcurrant #28113D
RGB
CMYK
RGB Variations
Color information
#28113D (or 0x28113D) is known color: Blackcurrant. HEX triplet: 28, 11 and 3D. RGB value is (40,17,61). Sum of RGB (Red+Green+Blue) = 40+17+61=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #28113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28113D is #D7EEC2. Grayscale: #1C1C1C. Windows color (decimal): -14151363 or 4002088. OLE color: 4002088.
HSL color Cylindrical-coordinate representation of color #28113D: hue angle of 271.36º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28113D is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 17 | 61 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.76 |
| HSL | 271.36º | 0.56% | 0.15% | - |
| HSV(B) | 271.36º | 0.72% | 0.24% | - |
| XYZ | 1.92 | 1.19 | 4.54 | - |
| YUV | 28.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 61 | 0.34 | 0.72 | 0 | 0.76 | 271.36 | 0.56 | 0.15 |
| Hex | 28 | 11 | 3D | 22 | 48 | 0 | 4C | 10F | 38 | F |
| Octal | 50 | 21 | 75 | 42 | 110 | 0 | 114 | 417 | 70 | 17 |
| Binary | 101000 | 10001 | 111101 | 100010 | 1001000 | 0 | 1001100 | 100001111 | 111000 | 1111 |
Color Harmonies of #28113D
Complementary color
Monochromatic Colors of #28113D
Black with #28113D
Text Example
Text Example
White with #28113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28113D; }
p { color: rgb(40,17,61); }
H1.HeaderClassName
{
color: #28113D;
}
.AnyTagClassName
{
color: #28113D;
}
</style>
background-color css
<style>
a { background-color: #28113D; }
a { background-color: rgb(40,17,61); }
div.DivClassName
{
background-color: #28113D;
}
.BgClassName
{
background-color: #28113D;
}
</style>
border-color css
<style>
span { border-color: #28113D; }
span { border-color: rgb(40,17,61); }
td.TdClassName
{
border-color: #28113D;
}
.TagClassName
{
border-color: #28113D;
}
</style>