Shades of Blackcurrant #280B33
Tints of Blackcurrant #280B33
RGB
CMYK
RGB Variations
Color information
#280B33 (or 0x280B33) is known color: Blackcurrant. HEX triplet: 28, 0B and 33. RGB value is (40,11,51). Sum of RGB (Red+Green+Blue) = 40+11+51=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #280B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B33 is #D7F4CC. Grayscale: #181818. Windows color (decimal): -14152909 or 3345192. OLE color: 3345192.
HSL color Cylindrical-coordinate representation of color #280B33: hue angle of 283.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #280B33 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 11 | 51 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.8 |
| HSL | 283.5º | 0.65% | 0.12% | - |
| HSV(B) | 283.5º | 0.78% | 0.2% | - |
| XYZ | 1.59 | 0.93 | 3.23 | - |
| YUV | 24.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 51 | 0.22 | 0.78 | 0 | 0.8 | 283.5 | 0.65 | 0.12 |
| Hex | 28 | B | 33 | 16 | 4E | 0 | 50 | 11C | 41 | C |
| Octal | 50 | 13 | 63 | 26 | 116 | 0 | 120 | 434 | 101 | 14 |
| Binary | 101000 | 1011 | 110011 | 10110 | 1001110 | 0 | 1010000 | 100011100 | 1000001 | 1100 |
Color Harmonies of #280B33
Complementary color
Monochromatic Colors of #280B33
Black with #280B33
Text Example
Text Example
White with #280B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B33; }
p { color: rgb(40,11,51); }
H1.HeaderClassName
{
color: #280B33;
}
.AnyTagClassName
{
color: #280B33;
}
</style>
background-color css
<style>
a { background-color: #280B33; }
a { background-color: rgb(40,11,51); }
div.DivClassName
{
background-color: #280B33;
}
.BgClassName
{
background-color: #280B33;
}
</style>
border-color css
<style>
span { border-color: #280B33; }
span { border-color: rgb(40,11,51); }
td.TdClassName
{
border-color: #280B33;
}
.TagClassName
{
border-color: #280B33;
}
</style>