Shades of Blackcurrant #28073D
Tints of Blackcurrant #28073D
RGB
CMYK
RGB Variations
Color information
#28073D (or 0x28073D) is known color: Blackcurrant. HEX triplet: 28, 07 and 3D. RGB value is (40,7,61). Sum of RGB (Red+Green+Blue) = 40+7+61=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #28073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28073D is #D7F8C2. Grayscale: #161616. Windows color (decimal): -14153923 or 3999528. OLE color: 3999528.
HSL color Cylindrical-coordinate representation of color #28073D: hue angle of 276.67º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28073D is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 7 | 61 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.76 |
| HSL | 276.67º | 0.79% | 0.13% | - |
| HSV(B) | 276.67º | 0.89% | 0.24% | - |
| XYZ | 1.79 | 0.94 | 4.5 | - |
| YUV | 23.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 61 | 0.34 | 0.89 | 0 | 0.76 | 276.67 | 0.79 | 0.13 |
| Hex | 28 | 7 | 3D | 22 | 59 | 0 | 4C | 115 | 4F | D |
| Octal | 50 | 7 | 75 | 42 | 131 | 0 | 114 | 425 | 117 | 15 |
| Binary | 101000 | 111 | 111101 | 100010 | 1011001 | 0 | 1001100 | 100010101 | 1001111 | 1101 |
Color Harmonies of #28073D
Complementary color
Monochromatic Colors of #28073D
Black with #28073D
Text Example
Text Example
White with #28073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28073D; }
p { color: rgb(40,7,61); }
H1.HeaderClassName
{
color: #28073D;
}
.AnyTagClassName
{
color: #28073D;
}
</style>
background-color css
<style>
a { background-color: #28073D; }
a { background-color: rgb(40,7,61); }
div.DivClassName
{
background-color: #28073D;
}
.BgClassName
{
background-color: #28073D;
}
</style>
border-color css
<style>
span { border-color: #28073D; }
span { border-color: rgb(40,7,61); }
td.TdClassName
{
border-color: #28073D;
}
.TagClassName
{
border-color: #28073D;
}
</style>