Shades of Blackberry #2E0A1B
Tints of Blackberry #2E0A1B
RGB
CMYK
RGB Variations
Color information
#2E0A1B (or 0x2E0A1B) is known color: Blackberry. HEX triplet: 2E, 0A and 1B. RGB value is (46,10,27). Sum of RGB (Red+Green+Blue) = 46+10+27=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A1B is #D1F5E4. Grayscale: #161616. Windows color (decimal): -13759973 or 1772078. OLE color: 1772078.
HSL color Cylindrical-coordinate representation of color #2E0A1B: hue angle of 331.67º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E0A1B is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 10 | 27 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.82 |
| HSL | 331.67º | 0.64% | 0.11% | - |
| HSV(B) | 331.67º | 0.78% | 0.18% | - |
| XYZ | 1.43 | 0.88 | 1.13 | - |
| YUV | 22.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 10 | 27 | 0 | 0.78 | 0.41 | 0.82 | 331.67 | 0.64 | 0.11 |
| Hex | 2E | A | 1B | 0 | 4E | 29 | 52 | 14C | 40 | B |
| Octal | 56 | 12 | 33 | 0 | 116 | 51 | 122 | 514 | 100 | 13 |
| Binary | 101110 | 1010 | 11011 | 0 | 1001110 | 101001 | 1010010 | 101001100 | 1000000 | 1011 |
Color Harmonies of #2E0A1B
Complementary color
Monochromatic Colors of #2E0A1B
Black with #2E0A1B
Text Example
Text Example
White with #2E0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0A1B; }
p { color: rgb(46,10,27); }
H1.HeaderClassName
{
color: #2E0A1B;
}
.AnyTagClassName
{
color: #2E0A1B;
}
</style>
background-color css
<style>
a { background-color: #2E0A1B; }
a { background-color: rgb(46,10,27); }
div.DivClassName
{
background-color: #2E0A1B;
}
.BgClassName
{
background-color: #2E0A1B;
}
</style>
border-color css
<style>
span { border-color: #2E0A1B; }
span { border-color: rgb(46,10,27); }
td.TdClassName
{
border-color: #2E0A1B;
}
.TagClassName
{
border-color: #2E0A1B;
}
</style>