Shades of Blackcurrant #28173E
Tints of Blackcurrant #28173E
RGB
CMYK
RGB Variations
Color information
#28173E (or 0x28173E) is known color: Blackcurrant. HEX triplet: 28, 17 and 3E. RGB value is (40,23,62). Sum of RGB (Red+Green+Blue) = 40+23+62=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #28173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28173E is #D7E8C1. Grayscale: #202020. Windows color (decimal): -14149826 or 4069160. OLE color: 4069160.
HSL color Cylindrical-coordinate representation of color #28173E: hue angle of 266.15º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28173E is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 23 | 62 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.76 |
| HSL | 266.15º | 0.46% | 0.17% | - |
| HSV(B) | 266.15º | 0.63% | 0.24% | - |
| XYZ | 2.05 | 1.41 | 4.72 | - |
| YUV | 32.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 62 | 0.35 | 0.63 | 0 | 0.76 | 266.15 | 0.46 | 0.17 |
| Hex | 28 | 17 | 3E | 23 | 3F | 0 | 4C | 10A | 2E | 11 |
| Octal | 50 | 27 | 76 | 43 | 77 | 0 | 114 | 412 | 56 | 21 |
| Binary | 101000 | 10111 | 111110 | 100011 | 111111 | 0 | 1001100 | 100001010 | 101110 | 10001 |
Color Harmonies of #28173E
Complementary color
Monochromatic Colors of #28173E
Black with #28173E
Text Example
Text Example
White with #28173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28173E; }
p { color: rgb(40,23,62); }
H1.HeaderClassName
{
color: #28173E;
}
.AnyTagClassName
{
color: #28173E;
}
</style>
background-color css
<style>
a { background-color: #28173E; }
a { background-color: rgb(40,23,62); }
div.DivClassName
{
background-color: #28173E;
}
.BgClassName
{
background-color: #28173E;
}
</style>
border-color css
<style>
span { border-color: #28173E; }
span { border-color: rgb(40,23,62); }
td.TdClassName
{
border-color: #28173E;
}
.TagClassName
{
border-color: #28173E;
}
</style>