Shades of Blackcurrant #28002F
Tints of Blackcurrant #28002F
RGB
CMYK
RGB Variations
Color information
#28002F (or 0x28002F) is known color: Blackcurrant. HEX triplet: 28, 00 and 2F. RGB value is (40,0,47). Sum of RGB (Red+Green+Blue) = 40+0+47=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #28002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28002F is #D7FFD0. Grayscale: #111111. Windows color (decimal): -14155729 or 3080232. OLE color: 3080232.
HSL color Cylindrical-coordinate representation of color #28002F: hue angle of 291.06º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28002F is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 0 | 47 | - |
| CMYK | 0.15 | 1 | 0 | 0.82 |
| HSL | 291.06º | 1% | 0.09% | - |
| HSV(B) | 291.06º | 1% | 0.18% | - |
| XYZ | 1.39 | 0.66 | 2.74 | - |
| YUV | 17.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 47 | 0.15 | 1 | 0 | 0.82 | 291.06 | 1 | 0.09 |
| Hex | 28 | 0 | 2F | F | 64 | 0 | 52 | 123 | 64 | 9 |
| Octal | 50 | 0 | 57 | 17 | 144 | 0 | 122 | 443 | 144 | 11 |
| Binary | 101000 | 0 | 101111 | 1111 | 1100100 | 0 | 1010010 | 100100011 | 1100100 | 1001 |
Color Harmonies of #28002F
Complementary color
Monochromatic Colors of #28002F
Black with #28002F
Text Example
Text Example
White with #28002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28002F; }
p { color: rgb(40,0,47); }
H1.HeaderClassName
{
color: #28002F;
}
.AnyTagClassName
{
color: #28002F;
}
</style>
background-color css
<style>
a { background-color: #28002F; }
a { background-color: rgb(40,0,47); }
div.DivClassName
{
background-color: #28002F;
}
.BgClassName
{
background-color: #28002F;
}
</style>
border-color css
<style>
span { border-color: #28002F; }
span { border-color: rgb(40,0,47); }
td.TdClassName
{
border-color: #28002F;
}
.TagClassName
{
border-color: #28002F;
}
</style>