Shades of Blackberry #2E0C21
Tints of Blackberry #2E0C21
RGB
CMYK
RGB Variations
Color information
#2E0C21 (or 0x2E0C21) is known color: Blackberry. HEX triplet: 2E, 0C and 21. RGB value is (46,12,33). Sum of RGB (Red+Green+Blue) = 46+12+33=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0C21 is #D1F3DE. Grayscale: #181818. Windows color (decimal): -13759455 or 2165806. OLE color: 2165806.
HSL color Cylindrical-coordinate representation of color #2E0C21: hue angle of 322.94º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E0C21 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 12 | 33 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.82 |
| HSL | 322.94º | 0.59% | 0.11% | - |
| HSV(B) | 322.94º | 0.74% | 0.18% | - |
| XYZ | 1.53 | 0.95 | 1.54 | - |
| YUV | 24.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 33 | 0 | 0.74 | 0.28 | 0.82 | 322.94 | 0.59 | 0.11 |
| Hex | 2E | C | 21 | 0 | 4A | 1C | 52 | 143 | 3B | B |
| Octal | 56 | 14 | 41 | 0 | 112 | 34 | 122 | 503 | 73 | 13 |
| Binary | 101110 | 1100 | 100001 | 0 | 1001010 | 11100 | 1010010 | 101000011 | 111011 | 1011 |
Color Harmonies of #2E0C21
Complementary color
Monochromatic Colors of #2E0C21
Black with #2E0C21
Text Example
Text Example
White with #2E0C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0C21; }
p { color: rgb(46,12,33); }
H1.HeaderClassName
{
color: #2E0C21;
}
.AnyTagClassName
{
color: #2E0C21;
}
</style>
background-color css
<style>
a { background-color: #2E0C21; }
a { background-color: rgb(46,12,33); }
div.DivClassName
{
background-color: #2E0C21;
}
.BgClassName
{
background-color: #2E0C21;
}
</style>
border-color css
<style>
span { border-color: #2E0C21; }
span { border-color: rgb(46,12,33); }
td.TdClassName
{
border-color: #2E0C21;
}
.TagClassName
{
border-color: #2E0C21;
}
</style>