Shades of Blackberry #2E1021
Tints of Blackberry #2E1021
RGB
CMYK
RGB Variations
Color information
#2E1021 (or 0x2E1021) is known color: Blackberry. HEX triplet: 2E, 10 and 21. RGB value is (46,16,33). Sum of RGB (Red+Green+Blue) = 46+16+33=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1021 is #D1EFDE. Grayscale: #1A1A1A. Windows color (decimal): -13758431 or 2166830. OLE color: 2166830.
HSL color Cylindrical-coordinate representation of color #2E1021: hue angle of 326º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E1021 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 33 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.82 |
| HSL | 326º | 0.48% | 0.12% | - |
| HSV(B) | 326º | 0.65% | 0.18% | - |
| XYZ | 1.59 | 1.06 | 1.56 | - |
| YUV | 26.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 33 | 0 | 0.65 | 0.28 | 0.82 | 326 | 0.48 | 0.12 |
| Hex | 2E | 10 | 21 | 0 | 41 | 1C | 52 | 146 | 30 | C |
| Octal | 56 | 20 | 41 | 0 | 101 | 34 | 122 | 506 | 60 | 14 |
| Binary | 101110 | 10000 | 100001 | 0 | 1000001 | 11100 | 1010010 | 101000110 | 110000 | 1100 |
Color Harmonies of #2E1021
Complementary color
Monochromatic Colors of #2E1021
Black with #2E1021
Text Example
Text Example
White with #2E1021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1021; }
p { color: rgb(46,16,33); }
H1.HeaderClassName
{
color: #2E1021;
}
.AnyTagClassName
{
color: #2E1021;
}
</style>
background-color css
<style>
a { background-color: #2E1021; }
a { background-color: rgb(46,16,33); }
div.DivClassName
{
background-color: #2E1021;
}
.BgClassName
{
background-color: #2E1021;
}
</style>
border-color css
<style>
span { border-color: #2E1021; }
span { border-color: rgb(46,16,33); }
td.TdClassName
{
border-color: #2E1021;
}
.TagClassName
{
border-color: #2E1021;
}
</style>