Shades of Blackberry #2E1622
Tints of Blackberry #2E1622
RGB
CMYK
RGB Variations
Color information
#2E1622 (or 0x2E1622) is known color: Blackberry. HEX triplet: 2E, 16 and 22. RGB value is (46,22,34). Sum of RGB (Red+Green+Blue) = 46+22+34=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1622 is #D1E9DD. Grayscale: #1E1E1E. Windows color (decimal): -13756894 or 2233902. OLE color: 2233902.
HSL color Cylindrical-coordinate representation of color #2E1622: hue angle of 330º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E1622 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 22 | 34 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.82 |
| HSL | 330º | 0.35% | 0.13% | - |
| HSV(B) | 330º | 0.52% | 0.18% | - |
| XYZ | 1.7 | 1.27 | 1.67 | - |
| YUV | 30.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 34 | 0 | 0.52 | 0.26 | 0.82 | 330 | 0.35 | 0.13 |
| Hex | 2E | 16 | 22 | 0 | 34 | 1A | 52 | 14A | 23 | D |
| Octal | 56 | 26 | 42 | 0 | 64 | 32 | 122 | 512 | 43 | 15 |
| Binary | 101110 | 10110 | 100010 | 0 | 110100 | 11010 | 1010010 | 101001010 | 100011 | 1101 |
Color Harmonies of #2E1622
Complementary color
Monochromatic Colors of #2E1622
Black with #2E1622
Text Example
Text Example
White with #2E1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1622; }
p { color: rgb(46,22,34); }
H1.HeaderClassName
{
color: #2E1622;
}
.AnyTagClassName
{
color: #2E1622;
}
</style>
background-color css
<style>
a { background-color: #2E1622; }
a { background-color: rgb(46,22,34); }
div.DivClassName
{
background-color: #2E1622;
}
.BgClassName
{
background-color: #2E1622;
}
</style>
border-color css
<style>
span { border-color: #2E1622; }
span { border-color: rgb(46,22,34); }
td.TdClassName
{
border-color: #2E1622;
}
.TagClassName
{
border-color: #2E1622;
}
</style>