Shades of Blackcurrant #28103D
Tints of Blackcurrant #28103D
RGB
CMYK
RGB Variations
Color information
#28103D (or 0x28103D) is known color: Blackcurrant. HEX triplet: 28, 10 and 3D. RGB value is (40,16,61). Sum of RGB (Red+Green+Blue) = 40+16+61=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #28103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28103D is #D7EFC2. Grayscale: #1C1C1C. Windows color (decimal): -14151619 or 4001832. OLE color: 4001832.
HSL color Cylindrical-coordinate representation of color #28103D: hue angle of 272º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28103D is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 16 | 61 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.76 |
| HSL | 272º | 0.58% | 0.15% | - |
| HSV(B) | 272º | 0.74% | 0.24% | - |
| XYZ | 1.9 | 1.16 | 4.54 | - |
| YUV | 28.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 61 | 0.34 | 0.74 | 0 | 0.76 | 272 | 0.58 | 0.15 |
| Hex | 28 | 10 | 3D | 22 | 4A | 0 | 4C | 110 | 3A | F |
| Octal | 50 | 20 | 75 | 42 | 112 | 0 | 114 | 420 | 72 | 17 |
| Binary | 101000 | 10000 | 111101 | 100010 | 1001010 | 0 | 1001100 | 100010000 | 111010 | 1111 |
Color Harmonies of #28103D
Complementary color
Monochromatic Colors of #28103D
Black with #28103D
Text Example
Text Example
White with #28103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28103D; }
p { color: rgb(40,16,61); }
H1.HeaderClassName
{
color: #28103D;
}
.AnyTagClassName
{
color: #28103D;
}
</style>
background-color css
<style>
a { background-color: #28103D; }
a { background-color: rgb(40,16,61); }
div.DivClassName
{
background-color: #28103D;
}
.BgClassName
{
background-color: #28103D;
}
</style>
border-color css
<style>
span { border-color: #28103D; }
span { border-color: rgb(40,16,61); }
td.TdClassName
{
border-color: #28103D;
}
.TagClassName
{
border-color: #28103D;
}
</style>