Shades of Blackcurrant #28072F
Tints of Blackcurrant #28072F
RGB
CMYK
RGB Variations
Color information
#28072F (or 0x28072F) is known color: Blackcurrant. HEX triplet: 28, 07 and 2F. RGB value is (40,7,47). Sum of RGB (Red+Green+Blue) = 40+7+47=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #28072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28072F is #D7F8D0. Grayscale: #151515. Windows color (decimal): -14153937 or 3082024. OLE color: 3082024.
HSL color Cylindrical-coordinate representation of color #28072F: hue angle of 289.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28072F is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 7 | 47 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.82 |
| HSL | 289.5º | 0.74% | 0.11% | - |
| HSV(B) | 289.5º | 0.85% | 0.18% | - |
| XYZ | 1.46 | 0.81 | 2.77 | - |
| YUV | 21.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 47 | 0.15 | 0.85 | 0 | 0.82 | 289.5 | 0.74 | 0.11 |
| Hex | 28 | 7 | 2F | F | 55 | 0 | 52 | 122 | 4A | B |
| Octal | 50 | 7 | 57 | 17 | 125 | 0 | 122 | 442 | 112 | 13 |
| Binary | 101000 | 111 | 101111 | 1111 | 1010101 | 0 | 1010010 | 100100010 | 1001010 | 1011 |
Color Harmonies of #28072F
Complementary color
Monochromatic Colors of #28072F
Black with #28072F
Text Example
Text Example
White with #28072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28072F; }
p { color: rgb(40,7,47); }
H1.HeaderClassName
{
color: #28072F;
}
.AnyTagClassName
{
color: #28072F;
}
</style>
background-color css
<style>
a { background-color: #28072F; }
a { background-color: rgb(40,7,47); }
div.DivClassName
{
background-color: #28072F;
}
.BgClassName
{
background-color: #28072F;
}
</style>
border-color css
<style>
span { border-color: #28072F; }
span { border-color: rgb(40,7,47); }
td.TdClassName
{
border-color: #28072F;
}
.TagClassName
{
border-color: #28072F;
}
</style>