Shades of Blackcurrant #28132F
Tints of Blackcurrant #28132F
RGB
CMYK
RGB Variations
Color information
#28132F (or 0x28132F) is known color: Blackcurrant. HEX triplet: 28, 13 and 2F. RGB value is (40,19,47). Sum of RGB (Red+Green+Blue) = 40+19+47=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #28132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28132F is #D7ECD0. Grayscale: #1C1C1C. Windows color (decimal): -14150865 or 3085096. OLE color: 3085096.
HSL color Cylindrical-coordinate representation of color #28132F: hue angle of 285º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28132F is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 19 | 47 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.82 |
| HSL | 285º | 0.42% | 0.13% | - |
| HSV(B) | 285º | 0.6% | 0.18% | - |
| XYZ | 1.62 | 1.12 | 2.82 | - |
| YUV | 28.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 47 | 0.15 | 0.60 | 0 | 0.82 | 285 | 0.42 | 0.13 |
| Hex | 28 | 13 | 2F | F | 3C | 0 | 52 | 11D | 2A | D |
| Octal | 50 | 23 | 57 | 17 | 74 | 0 | 122 | 435 | 52 | 15 |
| Binary | 101000 | 10011 | 101111 | 1111 | 111100 | 0 | 1010010 | 100011101 | 101010 | 1101 |
Color Harmonies of #28132F
Complementary color
Monochromatic Colors of #28132F
Black with #28132F
Text Example
Text Example
White with #28132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28132F; }
p { color: rgb(40,19,47); }
H1.HeaderClassName
{
color: #28132F;
}
.AnyTagClassName
{
color: #28132F;
}
</style>
background-color css
<style>
a { background-color: #28132F; }
a { background-color: rgb(40,19,47); }
div.DivClassName
{
background-color: #28132F;
}
.BgClassName
{
background-color: #28132F;
}
</style>
border-color css
<style>
span { border-color: #28132F; }
span { border-color: rgb(40,19,47); }
td.TdClassName
{
border-color: #28132F;
}
.TagClassName
{
border-color: #28132F;
}
</style>