Shades of Blackcurrant #281A33
Tints of Blackcurrant #281A33
RGB
CMYK
RGB Variations
Color information
#281A33 (or 0x281A33) is known color: Blackcurrant. HEX triplet: 28, 1A and 33. RGB value is (40,26,51). Sum of RGB (Red+Green+Blue) = 40+26+51=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #281A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A33 is #D7E5CC. Grayscale: #202020. Windows color (decimal): -14149069 or 3349032. OLE color: 3349032.
HSL color Cylindrical-coordinate representation of color #281A33: hue angle of 273.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #281A33 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 40 | 26 | 51 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.8 |
| HSL | 273.6º | 0.32% | 0.15% | - |
| HSV(B) | 273.6º | 0.49% | 0.2% | - |
| XYZ | 1.84 | 1.43 | 3.31 | - |
| YUV | 33.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 51 | 0.22 | 0.49 | 0 | 0.8 | 273.6 | 0.32 | 0.15 |
| Hex | 28 | 1A | 33 | 16 | 31 | 0 | 50 | 112 | 20 | F |
| Octal | 50 | 32 | 63 | 26 | 61 | 0 | 120 | 422 | 40 | 17 |
| Binary | 101000 | 11010 | 110011 | 10110 | 110001 | 0 | 1010000 | 100010010 | 100000 | 1111 |
Color Harmonies of #281A33
Complementary color
Monochromatic Colors of #281A33
Black with #281A33
Text Example
Text Example
White with #281A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A33; }
p { color: rgb(40,26,51); }
H1.HeaderClassName
{
color: #281A33;
}
.AnyTagClassName
{
color: #281A33;
}
</style>
background-color css
<style>
a { background-color: #281A33; }
a { background-color: rgb(40,26,51); }
div.DivClassName
{
background-color: #281A33;
}
.BgClassName
{
background-color: #281A33;
}
</style>
border-color css
<style>
span { border-color: #281A33; }
span { border-color: rgb(40,26,51); }
td.TdClassName
{
border-color: #281A33;
}
.TagClassName
{
border-color: #281A33;
}
</style>