Shades of Blackberry #2E1722
Tints of Blackberry #2E1722
RGB
CMYK
RGB Variations
Color information
#2E1722 (or 0x2E1722) is known color: Blackberry. HEX triplet: 2E, 17 and 22. RGB value is (46,23,34). Sum of RGB (Red+Green+Blue) = 46+23+34=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1722 is #D1E8DD. Grayscale: #1F1F1F. Windows color (decimal): -13756638 or 2234158. OLE color: 2234158.
HSL color Cylindrical-coordinate representation of color #2E1722: hue angle of 331.3º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E1722 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 34 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.82 |
| HSL | 331.3º | 0.33% | 0.14% | - |
| HSV(B) | 331.3º | 0.5% | 0.18% | - |
| XYZ | 1.72 | 1.31 | 1.68 | - |
| YUV | 31.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 34 | 0 | 0.50 | 0.26 | 0.82 | 331.3 | 0.33 | 0.14 |
| Hex | 2E | 17 | 22 | 0 | 32 | 1A | 52 | 14B | 21 | E |
| Octal | 56 | 27 | 42 | 0 | 62 | 32 | 122 | 513 | 41 | 16 |
| Binary | 101110 | 10111 | 100010 | 0 | 110010 | 11010 | 1010010 | 101001011 | 100001 | 1110 |
Color Harmonies of #2E1722
Complementary color
Monochromatic Colors of #2E1722
Black with #2E1722
Text Example
Text Example
White with #2E1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1722; }
p { color: rgb(46,23,34); }
H1.HeaderClassName
{
color: #2E1722;
}
.AnyTagClassName
{
color: #2E1722;
}
</style>
background-color css
<style>
a { background-color: #2E1722; }
a { background-color: rgb(46,23,34); }
div.DivClassName
{
background-color: #2E1722;
}
.BgClassName
{
background-color: #2E1722;
}
</style>
border-color css
<style>
span { border-color: #2E1722; }
span { border-color: rgb(46,23,34); }
td.TdClassName
{
border-color: #2E1722;
}
.TagClassName
{
border-color: #2E1722;
}
</style>