Shades of Blackcurrant #28103E
Tints of Blackcurrant #28103E
RGB
CMYK
RGB Variations
Color information
#28103E (or 0x28103E) is known color: Blackcurrant. HEX triplet: 28, 10 and 3E. RGB value is (40,16,62). Sum of RGB (Red+Green+Blue) = 40+16+62=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #28103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28103E is #D7EFC1. Grayscale: #1C1C1C. Windows color (decimal): -14151618 or 4067368. OLE color: 4067368.
HSL color Cylindrical-coordinate representation of color #28103E: hue angle of 271.3º degrees, saturation: 0.59, 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 #28103E is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 16 | 62 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.76 |
| HSL | 271.3º | 0.59% | 0.15% | - |
| HSV(B) | 271.3º | 0.74% | 0.24% | - |
| XYZ | 1.93 | 1.17 | 4.68 | - |
| YUV | 28.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 62 | 0.35 | 0.74 | 0 | 0.76 | 271.3 | 0.59 | 0.15 |
| Hex | 28 | 10 | 3E | 23 | 4A | 0 | 4C | 10F | 3B | F |
| Octal | 50 | 20 | 76 | 43 | 112 | 0 | 114 | 417 | 73 | 17 |
| Binary | 101000 | 10000 | 111110 | 100011 | 1001010 | 0 | 1001100 | 100001111 | 111011 | 1111 |
Color Harmonies of #28103E
Complementary color
Monochromatic Colors of #28103E
Black with #28103E
Text Example
Text Example
White with #28103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28103E; }
p { color: rgb(40,16,62); }
H1.HeaderClassName
{
color: #28103E;
}
.AnyTagClassName
{
color: #28103E;
}
</style>
background-color css
<style>
a { background-color: #28103E; }
a { background-color: rgb(40,16,62); }
div.DivClassName
{
background-color: #28103E;
}
.BgClassName
{
background-color: #28103E;
}
</style>
border-color css
<style>
span { border-color: #28103E; }
span { border-color: rgb(40,16,62); }
td.TdClassName
{
border-color: #28103E;
}
.TagClassName
{
border-color: #28103E;
}
</style>