Shades of Blackcurrant #28173F
Tints of Blackcurrant #28173F
RGB
CMYK
RGB Variations
Color information
#28173F (or 0x28173F) is known color: Blackcurrant. HEX triplet: 28, 17 and 3F. RGB value is (40,23,63). Sum of RGB (Red+Green+Blue) = 40+23+63=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #28173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28173F is #D7E8C0. Grayscale: #202020. Windows color (decimal): -14149825 or 4134696. OLE color: 4134696.
HSL color Cylindrical-coordinate representation of color #28173F: hue angle of 265.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28173F is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 23 | 63 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.75 |
| HSL | 265.5º | 0.47% | 0.17% | - |
| HSV(B) | 265.5º | 0.63% | 0.25% | - |
| XYZ | 2.08 | 1.42 | 4.87 | - |
| YUV | 32.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 63 | 0.37 | 0.63 | 0 | 0.75 | 265.5 | 0.47 | 0.17 |
| Hex | 28 | 17 | 3F | 25 | 3F | 0 | 4B | 10A | 2F | 11 |
| Octal | 50 | 27 | 77 | 45 | 77 | 0 | 113 | 412 | 57 | 21 |
| Binary | 101000 | 10111 | 111111 | 100101 | 111111 | 0 | 1001011 | 100001010 | 101111 | 10001 |
Color Harmonies of #28173F
Complementary color
Monochromatic Colors of #28173F
Black with #28173F
Text Example
Text Example
White with #28173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28173F; }
p { color: rgb(40,23,63); }
H1.HeaderClassName
{
color: #28173F;
}
.AnyTagClassName
{
color: #28173F;
}
</style>
background-color css
<style>
a { background-color: #28173F; }
a { background-color: rgb(40,23,63); }
div.DivClassName
{
background-color: #28173F;
}
.BgClassName
{
background-color: #28173F;
}
</style>
border-color css
<style>
span { border-color: #28173F; }
span { border-color: rgb(40,23,63); }
td.TdClassName
{
border-color: #28173F;
}
.TagClassName
{
border-color: #28173F;
}
</style>