Shades of Blackcurrant #280D2F
Tints of Blackcurrant #280D2F
RGB
CMYK
RGB Variations
Color information
#280D2F (or 0x280D2F) is known color: Blackcurrant. HEX triplet: 28, 0D and 2F. RGB value is (40,13,47). Sum of RGB (Red+Green+Blue) = 40+13+47=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #280D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280D2F is #D7F2D0. Grayscale: #181818. Windows color (decimal): -14152401 or 3083560. OLE color: 3083560.
HSL color Cylindrical-coordinate representation of color #280D2F: hue angle of 287.65º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #280D2F is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 13 | 47 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.82 |
| HSL | 287.65º | 0.57% | 0.12% | - |
| HSV(B) | 287.65º | 0.72% | 0.18% | - |
| XYZ | 1.53 | 0.94 | 2.79 | - |
| YUV | 24.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 47 | 0.15 | 0.72 | 0 | 0.82 | 287.65 | 0.57 | 0.12 |
| Hex | 28 | D | 2F | F | 48 | 0 | 52 | 120 | 39 | C |
| Octal | 50 | 15 | 57 | 17 | 110 | 0 | 122 | 440 | 71 | 14 |
| Binary | 101000 | 1101 | 101111 | 1111 | 1001000 | 0 | 1010010 | 100100000 | 111001 | 1100 |
Color Harmonies of #280D2F
Complementary color
Monochromatic Colors of #280D2F
Black with #280D2F
Text Example
Text Example
White with #280D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D2F; }
p { color: rgb(40,13,47); }
H1.HeaderClassName
{
color: #280D2F;
}
.AnyTagClassName
{
color: #280D2F;
}
</style>
background-color css
<style>
a { background-color: #280D2F; }
a { background-color: rgb(40,13,47); }
div.DivClassName
{
background-color: #280D2F;
}
.BgClassName
{
background-color: #280D2F;
}
</style>
border-color css
<style>
span { border-color: #280D2F; }
span { border-color: rgb(40,13,47); }
td.TdClassName
{
border-color: #280D2F;
}
.TagClassName
{
border-color: #280D2F;
}
</style>