Shades of Blackcurrant #281E34
Tints of Blackcurrant #281E34
RGB
CMYK
RGB Variations
Color information
#281E34 (or 0x281E34) is known color: Blackcurrant. HEX triplet: 28, 1E and 34. RGB value is (40,30,52). Sum of RGB (Red+Green+Blue) = 40+30+52=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #281E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281E34 is #D7E1CB. Grayscale: #232323. Windows color (decimal): -14148044 or 3415592. OLE color: 3415592.
HSL color Cylindrical-coordinate representation of color #281E34: hue angle of 267.27º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #281E34 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 30 | 52 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.80 |
| HSL | 267.27º | 0.27% | 0.16% | - |
| HSV(B) | 267.27º | 0.42% | 0.2% | - |
| XYZ | 1.96 | 1.63 | 3.46 | - |
| YUV | 35.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 52 | 0.23 | 0.42 | 0 | 0.80 | 267.27 | 0.27 | 0.16 |
| Hex | 28 | 1E | 34 | 17 | 2A | 0 | 50 | 10B | 1B | 10 |
| Octal | 50 | 36 | 64 | 27 | 52 | 0 | 120 | 413 | 33 | 20 |
| Binary | 101000 | 11110 | 110100 | 10111 | 101010 | 0 | 1010000 | 100001011 | 11011 | 10000 |
Color Harmonies of #281E34
Complementary color
Monochromatic Colors of #281E34
Black with #281E34
Text Example
Text Example
White with #281E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281E34; }
p { color: rgb(40,30,52); }
H1.HeaderClassName
{
color: #281E34;
}
.AnyTagClassName
{
color: #281E34;
}
</style>
background-color css
<style>
a { background-color: #281E34; }
a { background-color: rgb(40,30,52); }
div.DivClassName
{
background-color: #281E34;
}
.BgClassName
{
background-color: #281E34;
}
</style>
border-color css
<style>
span { border-color: #281E34; }
span { border-color: rgb(40,30,52); }
td.TdClassName
{
border-color: #281E34;
}
.TagClassName
{
border-color: #281E34;
}
</style>