Shades of Blackcurrant #28162F
Tints of Blackcurrant #28162F
RGB
CMYK
RGB Variations
Color information
#28162F (or 0x28162F) is known color: Blackcurrant. HEX triplet: 28, 16 and 2F. RGB value is (40,22,47). Sum of RGB (Red+Green+Blue) = 40+22+47=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #28162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28162F is #D7E9D0. Grayscale: #1E1E1E. Windows color (decimal): -14150097 or 3085864. OLE color: 3085864.
HSL color Cylindrical-coordinate representation of color #28162F: hue angle of 283.2º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28162F is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 22 | 47 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.82 |
| HSL | 283.2º | 0.36% | 0.14% | - |
| HSV(B) | 283.2º | 0.53% | 0.18% | - |
| XYZ | 1.68 | 1.23 | 2.84 | - |
| YUV | 30.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 47 | 0.15 | 0.53 | 0 | 0.82 | 283.2 | 0.36 | 0.14 |
| Hex | 28 | 16 | 2F | F | 35 | 0 | 52 | 11B | 24 | E |
| Octal | 50 | 26 | 57 | 17 | 65 | 0 | 122 | 433 | 44 | 16 |
| Binary | 101000 | 10110 | 101111 | 1111 | 110101 | 0 | 1010010 | 100011011 | 100100 | 1110 |
Color Harmonies of #28162F
Complementary color
Monochromatic Colors of #28162F
Black with #28162F
Text Example
Text Example
White with #28162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28162F; }
p { color: rgb(40,22,47); }
H1.HeaderClassName
{
color: #28162F;
}
.AnyTagClassName
{
color: #28162F;
}
</style>
background-color css
<style>
a { background-color: #28162F; }
a { background-color: rgb(40,22,47); }
div.DivClassName
{
background-color: #28162F;
}
.BgClassName
{
background-color: #28162F;
}
</style>
border-color css
<style>
span { border-color: #28162F; }
span { border-color: rgb(40,22,47); }
td.TdClassName
{
border-color: #28162F;
}
.TagClassName
{
border-color: #28162F;
}
</style>