Shades of Blackberry #2E081F
Tints of Blackberry #2E081F
RGB
CMYK
RGB Variations
Color information
#2E081F (or 0x2E081F) is known color: Blackberry. HEX triplet: 2E, 08 and 1F. RGB value is (46,8,31). Sum of RGB (Red+Green+Blue) = 46+8+31=85 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.12% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 46 - color contains mainly: red. Hex color #2E081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E081F is #D1F7E0. Grayscale: #151515. Windows color (decimal): -13760481 or 2033710. OLE color: 2033710.
HSL color Cylindrical-coordinate representation of color #2E081F: hue angle of 323.68º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E081F is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 31 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.82 |
| HSL | 323.68º | 0.7% | 0.11% | - |
| HSV(B) | 323.68º | 0.83% | 0.18% | - |
| XYZ | 1.46 | 0.85 | 1.38 | - |
| YUV | 21.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 31 | 0 | 0.83 | 0.33 | 0.82 | 323.68 | 0.7 | 0.11 |
| Hex | 2E | 8 | 1F | 0 | 53 | 21 | 52 | 144 | 46 | B |
| Octal | 56 | 10 | 37 | 0 | 123 | 41 | 122 | 504 | 106 | 13 |
| Binary | 101110 | 1000 | 11111 | 0 | 1010011 | 100001 | 1010010 | 101000100 | 1000110 | 1011 |
Color Harmonies of #2E081F
Complementary color
Monochromatic Colors of #2E081F
Black with #2E081F
Text Example
Text Example
White with #2E081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E081F; }
p { color: rgb(46,8,31); }
H1.HeaderClassName
{
color: #2E081F;
}
.AnyTagClassName
{
color: #2E081F;
}
</style>
background-color css
<style>
a { background-color: #2E081F; }
a { background-color: rgb(46,8,31); }
div.DivClassName
{
background-color: #2E081F;
}
.BgClassName
{
background-color: #2E081F;
}
</style>
border-color css
<style>
span { border-color: #2E081F; }
span { border-color: rgb(46,8,31); }
td.TdClassName
{
border-color: #2E081F;
}
.TagClassName
{
border-color: #2E081F;
}
</style>