Shades of Blackberry #2E021E
Tints of Blackberry #2E021E
RGB
CMYK
RGB Variations
Color information
#2E021E (or 0x2E021E) is known color: Blackberry. HEX triplet: 2E, 02 and 1E. RGB value is (46,2,30). Sum of RGB (Red+Green+Blue) = 46+2+30=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E021E is #D1FDE1. Grayscale: #121212. Windows color (decimal): -13762018 or 1966638. OLE color: 1966638.
HSL color Cylindrical-coordinate representation of color #2E021E: hue angle of 321.82º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E021E is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 30 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.82 |
| HSL | 321.82º | 0.92% | 0.09% | - |
| HSV(B) | 321.82º | 0.96% | 0.18% | - |
| XYZ | 1.38 | 0.72 | 1.29 | - |
| YUV | 18.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 30 | 0 | 0.96 | 0.35 | 0.82 | 321.82 | 0.92 | 0.09 |
| Hex | 2E | 2 | 1E | 0 | 60 | 23 | 52 | 142 | 5C | 9 |
| Octal | 56 | 2 | 36 | 0 | 140 | 43 | 122 | 502 | 134 | 11 |
| Binary | 101110 | 10 | 11110 | 0 | 1100000 | 100011 | 1010010 | 101000010 | 1011100 | 1001 |
Color Harmonies of #2E021E
Complementary color
Monochromatic Colors of #2E021E
Black with #2E021E
Text Example
Text Example
White with #2E021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E021E; }
p { color: rgb(46,2,30); }
H1.HeaderClassName
{
color: #2E021E;
}
.AnyTagClassName
{
color: #2E021E;
}
</style>
background-color css
<style>
a { background-color: #2E021E; }
a { background-color: rgb(46,2,30); }
div.DivClassName
{
background-color: #2E021E;
}
.BgClassName
{
background-color: #2E021E;
}
</style>
border-color css
<style>
span { border-color: #2E021E; }
span { border-color: rgb(46,2,30); }
td.TdClassName
{
border-color: #2E021E;
}
.TagClassName
{
border-color: #2E021E;
}
</style>