Shades of Blackcurrant #28142F
Tints of Blackcurrant #28142F
RGB
CMYK
RGB Variations
Color information
#28142F (or 0x28142F) is known color: Blackcurrant. HEX triplet: 28, 14 and 2F. RGB value is (40,20,47). Sum of RGB (Red+Green+Blue) = 40+20+47=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #28142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28142F is #D7EBD0. Grayscale: #1C1C1C. Windows color (decimal): -14150609 or 3085352. OLE color: 3085352.
HSL color Cylindrical-coordinate representation of color #28142F: hue angle of 284.44º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28142F is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 20 | 47 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.82 |
| HSL | 284.44º | 0.4% | 0.13% | - |
| HSV(B) | 284.44º | 0.57% | 0.18% | - |
| XYZ | 1.64 | 1.16 | 2.83 | - |
| YUV | 29.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 47 | 0.15 | 0.57 | 0 | 0.82 | 284.44 | 0.4 | 0.13 |
| Hex | 28 | 14 | 2F | F | 39 | 0 | 52 | 11C | 28 | D |
| Octal | 50 | 24 | 57 | 17 | 71 | 0 | 122 | 434 | 50 | 15 |
| Binary | 101000 | 10100 | 101111 | 1111 | 111001 | 0 | 1010010 | 100011100 | 101000 | 1101 |
Color Harmonies of #28142F
Complementary color
Monochromatic Colors of #28142F
Black with #28142F
Text Example
Text Example
White with #28142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28142F; }
p { color: rgb(40,20,47); }
H1.HeaderClassName
{
color: #28142F;
}
.AnyTagClassName
{
color: #28142F;
}
</style>
background-color css
<style>
a { background-color: #28142F; }
a { background-color: rgb(40,20,47); }
div.DivClassName
{
background-color: #28142F;
}
.BgClassName
{
background-color: #28142F;
}
</style>
border-color css
<style>
span { border-color: #28142F; }
span { border-color: rgb(40,20,47); }
td.TdClassName
{
border-color: #28142F;
}
.TagClassName
{
border-color: #28142F;
}
</style>