Shades of Blackcurrant #28033A
Tints of Blackcurrant #28033A
RGB
CMYK
RGB Variations
Color information
#28033A (or 0x28033A) is known color: Blackcurrant. HEX triplet: 28, 03 and 3A. RGB value is (40,3,58). Sum of RGB (Red+Green+Blue) = 40+3+58=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 58 (23.05% from 255 or 57.43% from 101); Max value from RGB is 58 - color contains mainly: blue. Hex color #28033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28033A is #D7FCC5. Grayscale: #141414. Windows color (decimal): -14154950 or 3801896. OLE color: 3801896.
HSL color Cylindrical-coordinate representation of color #28033A: hue angle of 280.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28033A is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 3 | 58 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.77 |
| HSL | 280.36º | 0.9% | 0.12% | - |
| HSV(B) | 280.36º | 0.95% | 0.23% | - |
| XYZ | 1.67 | 0.82 | 4.07 | - |
| YUV | 20.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 58 | 0.31 | 0.95 | 0 | 0.77 | 280.36 | 0.9 | 0.12 |
| Hex | 28 | 3 | 3A | 1F | 5F | 0 | 4D | 118 | 5A | C |
| Octal | 50 | 3 | 72 | 37 | 137 | 0 | 115 | 430 | 132 | 14 |
| Binary | 101000 | 11 | 111010 | 11111 | 1011111 | 0 | 1001101 | 100011000 | 1011010 | 1100 |
Color Harmonies of #28033A
Complementary color
Monochromatic Colors of #28033A
Black with #28033A
Text Example
Text Example
White with #28033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28033A; }
p { color: rgb(40,3,58); }
H1.HeaderClassName
{
color: #28033A;
}
.AnyTagClassName
{
color: #28033A;
}
</style>
background-color css
<style>
a { background-color: #28033A; }
a { background-color: rgb(40,3,58); }
div.DivClassName
{
background-color: #28033A;
}
.BgClassName
{
background-color: #28033A;
}
</style>
border-color css
<style>
span { border-color: #28033A; }
span { border-color: rgb(40,3,58); }
td.TdClassName
{
border-color: #28033A;
}
.TagClassName
{
border-color: #28033A;
}
</style>