Shades of Blackcurrant #280B42
Tints of Blackcurrant #280B42
RGB
CMYK
RGB Variations
Color information
#280B42 (or 0x280B42) is known color: Blackcurrant. HEX triplet: 28, 0B and 42. RGB value is (40,11,66). Sum of RGB (Red+Green+Blue) = 40+11+66=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 66 (26.17% from 255 or 56.41% from 117); Max value from RGB is 66 - color contains mainly: blue. Hex color #280B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B42 is #D7F4BD. Grayscale: #191919. Windows color (decimal): -14152894 or 4328232. OLE color: 4328232.
HSL color Cylindrical-coordinate representation of color #280B42: hue angle of 271.64º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #280B42 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 11 | 66 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.74 |
| HSL | 271.64º | 0.71% | 0.15% | - |
| HSV(B) | 271.64º | 0.83% | 0.26% | - |
| XYZ | 1.98 | 1.08 | 5.26 | - |
| YUV | 25.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 66 | 0.39 | 0.83 | 0 | 0.74 | 271.64 | 0.71 | 0.15 |
| Hex | 28 | B | 42 | 27 | 53 | 0 | 4A | 110 | 47 | F |
| Octal | 50 | 13 | 102 | 47 | 123 | 0 | 112 | 420 | 107 | 17 |
| Binary | 101000 | 1011 | 1000010 | 100111 | 1010011 | 0 | 1001010 | 100010000 | 1000111 | 1111 |
Color Harmonies of #280B42
Complementary color
Monochromatic Colors of #280B42
Black with #280B42
Text Example
Text Example
White with #280B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B42; }
p { color: rgb(40,11,66); }
H1.HeaderClassName
{
color: #280B42;
}
.AnyTagClassName
{
color: #280B42;
}
</style>
background-color css
<style>
a { background-color: #280B42; }
a { background-color: rgb(40,11,66); }
div.DivClassName
{
background-color: #280B42;
}
.BgClassName
{
background-color: #280B42;
}
</style>
border-color css
<style>
span { border-color: #280B42; }
span { border-color: rgb(40,11,66); }
td.TdClassName
{
border-color: #280B42;
}
.TagClassName
{
border-color: #280B42;
}
</style>