Shades of Blackcurrant #280F3A
Tints of Blackcurrant #280F3A
RGB
CMYK
RGB Variations
Color information
#280F3A (or 0x280F3A) is known color: Blackcurrant. HEX triplet: 28, 0F and 3A. RGB value is (40,15,58). Sum of RGB (Red+Green+Blue) = 40+15+58=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #280F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F3A is #D7F0C5. Grayscale: #1B1B1B. Windows color (decimal): -14151878 or 3804968. OLE color: 3804968.
HSL color Cylindrical-coordinate representation of color #280F3A: hue angle of 274.88º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #280F3A is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 15 | 58 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.77 |
| HSL | 274.88º | 0.59% | 0.14% | - |
| HSV(B) | 274.88º | 0.74% | 0.23% | - |
| XYZ | 1.81 | 1.1 | 4.12 | - |
| YUV | 27.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 58 | 0.31 | 0.74 | 0 | 0.77 | 274.88 | 0.59 | 0.14 |
| Hex | 28 | F | 3A | 1F | 4A | 0 | 4D | 113 | 3B | E |
| Octal | 50 | 17 | 72 | 37 | 112 | 0 | 115 | 423 | 73 | 16 |
| Binary | 101000 | 1111 | 111010 | 11111 | 1001010 | 0 | 1001101 | 100010011 | 111011 | 1110 |
Color Harmonies of #280F3A
Complementary color
Monochromatic Colors of #280F3A
Black with #280F3A
Text Example
Text Example
White with #280F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F3A; }
p { color: rgb(40,15,58); }
H1.HeaderClassName
{
color: #280F3A;
}
.AnyTagClassName
{
color: #280F3A;
}
</style>
background-color css
<style>
a { background-color: #280F3A; }
a { background-color: rgb(40,15,58); }
div.DivClassName
{
background-color: #280F3A;
}
.BgClassName
{
background-color: #280F3A;
}
</style>
border-color css
<style>
span { border-color: #280F3A; }
span { border-color: rgb(40,15,58); }
td.TdClassName
{
border-color: #280F3A;
}
.TagClassName
{
border-color: #280F3A;
}
</style>