Shades of Blackcurrant #28044B
Tints of Blackcurrant #28044B
RGB
CMYK
RGB Variations
Color information
#28044B (or 0x28044B) is known color: Blackcurrant. HEX triplet: 28, 04 and 4B. RGB value is (40,4,75). Sum of RGB (Red+Green+Blue) = 40+4+75=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #28044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28044B is #D7FBB4. Grayscale: #161616. Windows color (decimal): -14154677 or 4916264. OLE color: 4916264.
HSL color Cylindrical-coordinate representation of color #28044B: hue angle of 270.42º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28044B is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 4 | 75 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.71 |
| HSL | 270.42º | 0.9% | 0.15% | - |
| HSV(B) | 270.42º | 0.95% | 0.29% | - |
| XYZ | 2.19 | 1.05 | 6.74 | - |
| YUV | 22.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 75 | 0.47 | 0.95 | 0 | 0.71 | 270.42 | 0.9 | 0.15 |
| Hex | 28 | 4 | 4B | 2F | 5F | 0 | 47 | 10E | 5A | F |
| Octal | 50 | 4 | 113 | 57 | 137 | 0 | 107 | 416 | 132 | 17 |
| Binary | 101000 | 100 | 1001011 | 101111 | 1011111 | 0 | 1000111 | 100001110 | 1011010 | 1111 |
Color Harmonies of #28044B
Complementary color
Monochromatic Colors of #28044B
Black with #28044B
Text Example
Text Example
White with #28044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28044B; }
p { color: rgb(40,4,75); }
H1.HeaderClassName
{
color: #28044B;
}
.AnyTagClassName
{
color: #28044B;
}
</style>
background-color css
<style>
a { background-color: #28044B; }
a { background-color: rgb(40,4,75); }
div.DivClassName
{
background-color: #28044B;
}
.BgClassName
{
background-color: #28044B;
}
</style>
border-color css
<style>
span { border-color: #28044B; }
span { border-color: rgb(40,4,75); }
td.TdClassName
{
border-color: #28044B;
}
.TagClassName
{
border-color: #28044B;
}
</style>