Shades of Blackberry #2E051F
Tints of Blackberry #2E051F
RGB
CMYK
RGB Variations
Color information
#2E051F (or 0x2E051F) is known color: Blackberry. HEX triplet: 2E, 05 and 1F. RGB value is (46,5,31). Sum of RGB (Red+Green+Blue) = 46+5+31=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E051F is #D1FAE0. Grayscale: #141414. Windows color (decimal): -13761249 or 2032942. OLE color: 2032942.
HSL color Cylindrical-coordinate representation of color #2E051F: hue angle of 321.95º 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 #2E051F is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 5 | 31 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.82 |
| HSL | 321.95º | 0.8% | 0.1% | - |
| HSV(B) | 321.95º | 0.89% | 0.18% | - |
| XYZ | 1.43 | 0.79 | 1.37 | - |
| YUV | 20.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 31 | 0 | 0.89 | 0.33 | 0.82 | 321.95 | 0.8 | 0.1 |
| Hex | 2E | 5 | 1F | 0 | 59 | 21 | 52 | 142 | 50 | A |
| Octal | 56 | 5 | 37 | 0 | 131 | 41 | 122 | 502 | 120 | 12 |
| Binary | 101110 | 101 | 11111 | 0 | 1011001 | 100001 | 1010010 | 101000010 | 1010000 | 1010 |
Color Harmonies of #2E051F
Complementary color
Monochromatic Colors of #2E051F
Black with #2E051F
Text Example
Text Example
White with #2E051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E051F; }
p { color: rgb(46,5,31); }
H1.HeaderClassName
{
color: #2E051F;
}
.AnyTagClassName
{
color: #2E051F;
}
</style>
background-color css
<style>
a { background-color: #2E051F; }
a { background-color: rgb(46,5,31); }
div.DivClassName
{
background-color: #2E051F;
}
.BgClassName
{
background-color: #2E051F;
}
</style>
border-color css
<style>
span { border-color: #2E051F; }
span { border-color: rgb(46,5,31); }
td.TdClassName
{
border-color: #2E051F;
}
.TagClassName
{
border-color: #2E051F;
}
</style>