Shades of Blackberry #2E0B1E
Tints of Blackberry #2E0B1E
RGB
CMYK
RGB Variations
Color information
#2E0B1E (or 0x2E0B1E) is known color: Blackberry. HEX triplet: 2E, 0B and 1E. RGB value is (46,11,30). Sum of RGB (Red+Green+Blue) = 46+11+30=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B1E is #D1F4E1. Grayscale: #171717. Windows color (decimal): -13759714 or 1968942. OLE color: 1968942.
HSL color Cylindrical-coordinate representation of color #2E0B1E: hue angle of 327.43º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E0B1E is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 11 | 30 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.82 |
| HSL | 327.43º | 0.61% | 0.11% | - |
| HSV(B) | 327.43º | 0.76% | 0.18% | - |
| XYZ | 1.48 | 0.91 | 1.33 | - |
| YUV | 23.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 11 | 30 | 0 | 0.76 | 0.35 | 0.82 | 327.43 | 0.61 | 0.11 |
| Hex | 2E | B | 1E | 0 | 4C | 23 | 52 | 147 | 3D | B |
| Octal | 56 | 13 | 36 | 0 | 114 | 43 | 122 | 507 | 75 | 13 |
| Binary | 101110 | 1011 | 11110 | 0 | 1001100 | 100011 | 1010010 | 101000111 | 111101 | 1011 |
Color Harmonies of #2E0B1E
Complementary color
Monochromatic Colors of #2E0B1E
Black with #2E0B1E
Text Example
Text Example
White with #2E0B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0B1E; }
p { color: rgb(46,11,30); }
H1.HeaderClassName
{
color: #2E0B1E;
}
.AnyTagClassName
{
color: #2E0B1E;
}
</style>
background-color css
<style>
a { background-color: #2E0B1E; }
a { background-color: rgb(46,11,30); }
div.DivClassName
{
background-color: #2E0B1E;
}
.BgClassName
{
background-color: #2E0B1E;
}
</style>
border-color css
<style>
span { border-color: #2E0B1E; }
span { border-color: rgb(46,11,30); }
td.TdClassName
{
border-color: #2E0B1E;
}
.TagClassName
{
border-color: #2E0B1E;
}
</style>