Shades of Blackcurrant #281B33
Tints of Blackcurrant #281B33
RGB
CMYK
RGB Variations
Color information
#281B33 (or 0x281B33) is known color: Blackcurrant. HEX triplet: 28, 1B and 33. RGB value is (40,27,51). Sum of RGB (Red+Green+Blue) = 40+27+51=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #281B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B33 is #D7E4CC. Grayscale: #212121. Windows color (decimal): -14148813 or 3349288. OLE color: 3349288.
HSL color Cylindrical-coordinate representation of color #281B33: hue angle of 272.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #281B33 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 27 | 51 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.8 |
| HSL | 272.5º | 0.31% | 0.15% | - |
| HSV(B) | 272.5º | 0.47% | 0.2% | - |
| XYZ | 1.86 | 1.47 | 3.32 | - |
| YUV | 33.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 51 | 0.22 | 0.47 | 0 | 0.8 | 272.5 | 0.31 | 0.15 |
| Hex | 28 | 1B | 33 | 16 | 2F | 0 | 50 | 110 | 1F | F |
| Octal | 50 | 33 | 63 | 26 | 57 | 0 | 120 | 420 | 37 | 17 |
| Binary | 101000 | 11011 | 110011 | 10110 | 101111 | 0 | 1010000 | 100010000 | 11111 | 1111 |
Color Harmonies of #281B33
Complementary color
Monochromatic Colors of #281B33
Black with #281B33
Text Example
Text Example
White with #281B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B33; }
p { color: rgb(40,27,51); }
H1.HeaderClassName
{
color: #281B33;
}
.AnyTagClassName
{
color: #281B33;
}
</style>
background-color css
<style>
a { background-color: #281B33; }
a { background-color: rgb(40,27,51); }
div.DivClassName
{
background-color: #281B33;
}
.BgClassName
{
background-color: #281B33;
}
</style>
border-color css
<style>
span { border-color: #281B33; }
span { border-color: rgb(40,27,51); }
td.TdClassName
{
border-color: #281B33;
}
.TagClassName
{
border-color: #281B33;
}
</style>