Shades of Blackcurrant #280F3B
Tints of Blackcurrant #280F3B
RGB
CMYK
RGB Variations
Color information
#280F3B (or 0x280F3B) is known color: Blackcurrant. HEX triplet: 28, 0F and 3B. RGB value is (40,15,59). Sum of RGB (Red+Green+Blue) = 40+15+59=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 59 (23.44% from 255 or 51.75% from 114); Max value from RGB is 59 - color contains mainly: blue. Hex color #280F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F3B is #D7F0C4. Grayscale: #1B1B1B. Windows color (decimal): -14151877 or 3870504. OLE color: 3870504.
HSL color Cylindrical-coordinate representation of color #280F3B: hue angle of 274.09º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280F3B is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 15 | 59 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.77 |
| HSL | 274.09º | 0.59% | 0.15% | - |
| HSV(B) | 274.09º | 0.75% | 0.23% | - |
| XYZ | 1.84 | 1.11 | 4.25 | - |
| YUV | 27.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 59 | 0.32 | 0.75 | 0 | 0.77 | 274.09 | 0.59 | 0.15 |
| Hex | 28 | F | 3B | 20 | 4B | 0 | 4D | 112 | 3B | F |
| Octal | 50 | 17 | 73 | 40 | 113 | 0 | 115 | 422 | 73 | 17 |
| Binary | 101000 | 1111 | 111011 | 100000 | 1001011 | 0 | 1001101 | 100010010 | 111011 | 1111 |
Color Harmonies of #280F3B
Complementary color
Monochromatic Colors of #280F3B
Black with #280F3B
Text Example
Text Example
White with #280F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F3B; }
p { color: rgb(40,15,59); }
H1.HeaderClassName
{
color: #280F3B;
}
.AnyTagClassName
{
color: #280F3B;
}
</style>
background-color css
<style>
a { background-color: #280F3B; }
a { background-color: rgb(40,15,59); }
div.DivClassName
{
background-color: #280F3B;
}
.BgClassName
{
background-color: #280F3B;
}
</style>
border-color css
<style>
span { border-color: #280F3B; }
span { border-color: rgb(40,15,59); }
td.TdClassName
{
border-color: #280F3B;
}
.TagClassName
{
border-color: #280F3B;
}
</style>