Shades of Blackcurrant #28032F
Tints of Blackcurrant #28032F
RGB
CMYK
RGB Variations
Color information
#28032F (or 0x28032F) is known color: Blackcurrant. HEX triplet: 28, 03 and 2F. RGB value is (40,3,47). Sum of RGB (Red+Green+Blue) = 40+3+47=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #28032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28032F is #D7FCD0. Grayscale: #121212. Windows color (decimal): -14154961 or 3081000. OLE color: 3081000.
HSL color Cylindrical-coordinate representation of color #28032F: hue angle of 290.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28032F is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 3 | 47 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.82 |
| HSL | 290.45º | 0.88% | 0.1% | - |
| HSV(B) | 290.45º | 0.94% | 0.18% | - |
| XYZ | 1.42 | 0.72 | 2.75 | - |
| YUV | 19.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 47 | 0.15 | 0.94 | 0 | 0.82 | 290.45 | 0.88 | 0.1 |
| Hex | 28 | 3 | 2F | F | 5E | 0 | 52 | 122 | 58 | A |
| Octal | 50 | 3 | 57 | 17 | 136 | 0 | 122 | 442 | 130 | 12 |
| Binary | 101000 | 11 | 101111 | 1111 | 1011110 | 0 | 1010010 | 100100010 | 1011000 | 1010 |
Color Harmonies of #28032F
Complementary color
Monochromatic Colors of #28032F
Black with #28032F
Text Example
Text Example
White with #28032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28032F; }
p { color: rgb(40,3,47); }
H1.HeaderClassName
{
color: #28032F;
}
.AnyTagClassName
{
color: #28032F;
}
</style>
background-color css
<style>
a { background-color: #28032F; }
a { background-color: rgb(40,3,47); }
div.DivClassName
{
background-color: #28032F;
}
.BgClassName
{
background-color: #28032F;
}
</style>
border-color css
<style>
span { border-color: #28032F; }
span { border-color: rgb(40,3,47); }
td.TdClassName
{
border-color: #28032F;
}
.TagClassName
{
border-color: #28032F;
}
</style>