Shades of Blackcurrant #28082F
Tints of Blackcurrant #28082F
RGB
CMYK
RGB Variations
Color information
#28082F (or 0x28082F) is known color: Blackcurrant. HEX triplet: 28, 08 and 2F. RGB value is (40,8,47). Sum of RGB (Red+Green+Blue) = 40+8+47=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #28082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28082F is #D7F7D0. Grayscale: #151515. Windows color (decimal): -14153681 or 3082280. OLE color: 3082280.
HSL color Cylindrical-coordinate representation of color #28082F: hue angle of 289.23º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28082F is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 8 | 47 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.82 |
| HSL | 289.23º | 0.71% | 0.11% | - |
| HSV(B) | 289.23º | 0.83% | 0.18% | - |
| XYZ | 1.47 | 0.83 | 2.77 | - |
| YUV | 22.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 47 | 0.15 | 0.83 | 0 | 0.82 | 289.23 | 0.71 | 0.11 |
| Hex | 28 | 8 | 2F | F | 53 | 0 | 52 | 121 | 47 | B |
| Octal | 50 | 10 | 57 | 17 | 123 | 0 | 122 | 441 | 107 | 13 |
| Binary | 101000 | 1000 | 101111 | 1111 | 1010011 | 0 | 1010010 | 100100001 | 1000111 | 1011 |
Color Harmonies of #28082F
Complementary color
Monochromatic Colors of #28082F
Black with #28082F
Text Example
Text Example
White with #28082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28082F; }
p { color: rgb(40,8,47); }
H1.HeaderClassName
{
color: #28082F;
}
.AnyTagClassName
{
color: #28082F;
}
</style>
background-color css
<style>
a { background-color: #28082F; }
a { background-color: rgb(40,8,47); }
div.DivClassName
{
background-color: #28082F;
}
.BgClassName
{
background-color: #28082F;
}
</style>
border-color css
<style>
span { border-color: #28082F; }
span { border-color: rgb(40,8,47); }
td.TdClassName
{
border-color: #28082F;
}
.TagClassName
{
border-color: #28082F;
}
</style>