Shades of Blackberry #2E051C
Tints of Blackberry #2E051C
RGB
CMYK
RGB Variations
Color information
#2E051C (or 0x2E051C) is known color: Blackberry. HEX triplet: 2E, 05 and 1C. RGB value is (46,5,28). Sum of RGB (Red+Green+Blue) = 46+5+28=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E051C is #D1FAE3. Grayscale: #131313. Windows color (decimal): -13761252 or 1836334. OLE color: 1836334.
HSL color Cylindrical-coordinate representation of color #2E051C: hue angle of 326.34º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E051C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 5 | 28 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.82 |
| HSL | 326.34º | 0.8% | 0.1% | - |
| HSV(B) | 326.34º | 0.89% | 0.18% | - |
| XYZ | 1.39 | 0.77 | 1.17 | - |
| YUV | 19.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 28 | 0 | 0.89 | 0.39 | 0.82 | 326.34 | 0.8 | 0.1 |
| Hex | 2E | 5 | 1C | 0 | 59 | 27 | 52 | 146 | 50 | A |
| Octal | 56 | 5 | 34 | 0 | 131 | 47 | 122 | 506 | 120 | 12 |
| Binary | 101110 | 101 | 11100 | 0 | 1011001 | 100111 | 1010010 | 101000110 | 1010000 | 1010 |
Color Harmonies of #2E051C
Complementary color
Monochromatic Colors of #2E051C
Black with #2E051C
Text Example
Text Example
White with #2E051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E051C; }
p { color: rgb(46,5,28); }
H1.HeaderClassName
{
color: #2E051C;
}
.AnyTagClassName
{
color: #2E051C;
}
</style>
background-color css
<style>
a { background-color: #2E051C; }
a { background-color: rgb(46,5,28); }
div.DivClassName
{
background-color: #2E051C;
}
.BgClassName
{
background-color: #2E051C;
}
</style>
border-color css
<style>
span { border-color: #2E051C; }
span { border-color: rgb(46,5,28); }
td.TdClassName
{
border-color: #2E051C;
}
.TagClassName
{
border-color: #2E051C;
}
</style>