Shades of Blackcurrant #281E2F
Tints of Blackcurrant #281E2F
RGB
CMYK
RGB Variations
Color information
#281E2F (or 0x281E2F) is known color: Blackcurrant. HEX triplet: 28, 1E and 2F. RGB value is (40,30,47). Sum of RGB (Red+Green+Blue) = 40+30+47=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 47 - color contains mainly: blue. Hex color #281E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281E2F is #D7E1D0. Grayscale: #222222. Windows color (decimal): -14148049 or 3087912. OLE color: 3087912.
HSL color Cylindrical-coordinate representation of color #281E2F: hue angle of 275.29º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #281E2F is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 30 | 47 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.82 |
| HSL | 275.29º | 0.22% | 0.15% | - |
| HSV(B) | 275.29º | 0.36% | 0.18% | - |
| XYZ | 1.85 | 1.58 | 2.9 | - |
| YUV | 34.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 47 | 0.15 | 0.36 | 0 | 0.82 | 275.29 | 0.22 | 0.15 |
| Hex | 28 | 1E | 2F | F | 24 | 0 | 52 | 113 | 16 | F |
| Octal | 50 | 36 | 57 | 17 | 44 | 0 | 122 | 423 | 26 | 17 |
| Binary | 101000 | 11110 | 101111 | 1111 | 100100 | 0 | 1010010 | 100010011 | 10110 | 1111 |
Color Harmonies of #281E2F
Complementary color
Monochromatic Colors of #281E2F
Black with #281E2F
Text Example
Text Example
White with #281E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281E2F; }
p { color: rgb(40,30,47); }
H1.HeaderClassName
{
color: #281E2F;
}
.AnyTagClassName
{
color: #281E2F;
}
</style>
background-color css
<style>
a { background-color: #281E2F; }
a { background-color: rgb(40,30,47); }
div.DivClassName
{
background-color: #281E2F;
}
.BgClassName
{
background-color: #281E2F;
}
</style>
border-color css
<style>
span { border-color: #281E2F; }
span { border-color: rgb(40,30,47); }
td.TdClassName
{
border-color: #281E2F;
}
.TagClassName
{
border-color: #281E2F;
}
</style>