Shades of Blackberry #2E0A24
Tints of Blackberry #2E0A24
RGB
CMYK
RGB Variations
Color information
#2E0A24 (or 0x2E0A24) is known color: Blackberry. HEX triplet: 2E, 0A and 24. RGB value is (46,10,36). Sum of RGB (Red+Green+Blue) = 46+10+36=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0A24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A24 is #D1F5DB. Grayscale: #171717. Windows color (decimal): -13759964 or 2361902. OLE color: 2361902.
HSL color Cylindrical-coordinate representation of color #2E0A24: hue angle of 316.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 #2E0A24 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 10 | 36 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.82 |
| HSL | 316.67º | 0.64% | 0.11% | - |
| HSV(B) | 316.67º | 0.78% | 0.18% | - |
| XYZ | 1.55 | 0.93 | 1.77 | - |
| YUV | 23.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 10 | 36 | 0 | 0.78 | 0.22 | 0.82 | 316.67 | 0.64 | 0.11 |
| Hex | 2E | A | 24 | 0 | 4E | 16 | 52 | 13D | 40 | B |
| Octal | 56 | 12 | 44 | 0 | 116 | 26 | 122 | 475 | 100 | 13 |
| Binary | 101110 | 1010 | 100100 | 0 | 1001110 | 10110 | 1010010 | 100111101 | 1000000 | 1011 |
Color Harmonies of #2E0A24
Complementary color
Monochromatic Colors of #2E0A24
Black with #2E0A24
Text Example
Text Example
White with #2E0A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0A24; }
p { color: rgb(46,10,36); }
H1.HeaderClassName
{
color: #2E0A24;
}
.AnyTagClassName
{
color: #2E0A24;
}
</style>
background-color css
<style>
a { background-color: #2E0A24; }
a { background-color: rgb(46,10,36); }
div.DivClassName
{
background-color: #2E0A24;
}
.BgClassName
{
background-color: #2E0A24;
}
</style>
border-color css
<style>
span { border-color: #2E0A24; }
span { border-color: rgb(46,10,36); }
td.TdClassName
{
border-color: #2E0A24;
}
.TagClassName
{
border-color: #2E0A24;
}
</style>