Shades of Blackcurrant #280F3C
Tints of Blackcurrant #280F3C
RGB
CMYK
RGB Variations
Color information
#280F3C (or 0x280F3C) is known color: Blackcurrant. HEX triplet: 28, 0F and 3C. RGB value is (40,15,60). Sum of RGB (Red+Green+Blue) = 40+15+60=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #280F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F3C is #D7F0C3. Grayscale: #1B1B1B. Windows color (decimal): -14151876 or 3936040. OLE color: 3936040.
HSL color Cylindrical-coordinate representation of color #280F3C: hue angle of 273.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280F3C is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 15 | 60 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.76 |
| HSL | 273.33º | 0.6% | 0.15% | - |
| HSV(B) | 273.33º | 0.75% | 0.24% | - |
| XYZ | 1.86 | 1.12 | 4.39 | - |
| YUV | 27.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 60 | 0.33 | 0.75 | 0 | 0.76 | 273.33 | 0.6 | 0.15 |
| Hex | 28 | F | 3C | 21 | 4B | 0 | 4C | 111 | 3C | F |
| Octal | 50 | 17 | 74 | 41 | 113 | 0 | 114 | 421 | 74 | 17 |
| Binary | 101000 | 1111 | 111100 | 100001 | 1001011 | 0 | 1001100 | 100010001 | 111100 | 1111 |
Color Harmonies of #280F3C
Complementary color
Monochromatic Colors of #280F3C
Black with #280F3C
Text Example
Text Example
White with #280F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F3C; }
p { color: rgb(40,15,60); }
H1.HeaderClassName
{
color: #280F3C;
}
.AnyTagClassName
{
color: #280F3C;
}
</style>
background-color css
<style>
a { background-color: #280F3C; }
a { background-color: rgb(40,15,60); }
div.DivClassName
{
background-color: #280F3C;
}
.BgClassName
{
background-color: #280F3C;
}
</style>
border-color css
<style>
span { border-color: #280F3C; }
span { border-color: rgb(40,15,60); }
td.TdClassName
{
border-color: #280F3C;
}
.TagClassName
{
border-color: #280F3C;
}
</style>