Shades of Blackcurrant #280B3C
Tints of Blackcurrant #280B3C
RGB
CMYK
RGB Variations
Color information
#280B3C (or 0x280B3C) is known color: Blackcurrant. HEX triplet: 28, 0B and 3C. RGB value is (40,11,60). Sum of RGB (Red+Green+Blue) = 40+11+60=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #280B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B3C is #D7F4C3. Grayscale: #191919. Windows color (decimal): -14152900 or 3935016. OLE color: 3935016.
HSL color Cylindrical-coordinate representation of color #280B3C: hue angle of 275.51º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280B3C is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 11 | 60 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.76 |
| HSL | 275.51º | 0.69% | 0.14% | - |
| HSV(B) | 275.51º | 0.82% | 0.24% | - |
| XYZ | 1.81 | 1.02 | 4.38 | - |
| YUV | 25.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 60 | 0.33 | 0.82 | 0 | 0.76 | 275.51 | 0.69 | 0.14 |
| Hex | 28 | B | 3C | 21 | 52 | 0 | 4C | 114 | 45 | E |
| Octal | 50 | 13 | 74 | 41 | 122 | 0 | 114 | 424 | 105 | 16 |
| Binary | 101000 | 1011 | 111100 | 100001 | 1010010 | 0 | 1001100 | 100010100 | 1000101 | 1110 |
Color Harmonies of #280B3C
Complementary color
Monochromatic Colors of #280B3C
Black with #280B3C
Text Example
Text Example
White with #280B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B3C; }
p { color: rgb(40,11,60); }
H1.HeaderClassName
{
color: #280B3C;
}
.AnyTagClassName
{
color: #280B3C;
}
</style>
background-color css
<style>
a { background-color: #280B3C; }
a { background-color: rgb(40,11,60); }
div.DivClassName
{
background-color: #280B3C;
}
.BgClassName
{
background-color: #280B3C;
}
</style>
border-color css
<style>
span { border-color: #280B3C; }
span { border-color: rgb(40,11,60); }
td.TdClassName
{
border-color: #280B3C;
}
.TagClassName
{
border-color: #280B3C;
}
</style>