Shades of Blackberry #3E1122
Tints of Blackberry #3E1122
RGB
CMYK
RGB Variations
Color information
#3E1122 (or 0x3E1122) is known color: Blackberry. HEX triplet: 3E, 11 and 22. RGB value is (62,17,34). Sum of RGB (Red+Green+Blue) = 62+17+34=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1122 is #C1EEDD. Grayscale: #202020. Windows color (decimal): -12709598 or 2232638. OLE color: 2232638.
HSL color Cylindrical-coordinate representation of color #3E1122: hue angle of 337.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1122 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 17 | 34 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.76 |
| HSL | 337.33º | 0.57% | 0.15% | - |
| HSV(B) | 337.33º | 0.73% | 0.24% | - |
| XYZ | 2.48 | 1.54 | 1.68 | - |
| YUV | 32.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 34 | 0 | 0.73 | 0.45 | 0.76 | 337.33 | 0.57 | 0.15 |
| Hex | 3E | 11 | 22 | 0 | 49 | 2D | 4C | 151 | 39 | F |
| Octal | 76 | 21 | 42 | 0 | 111 | 55 | 114 | 521 | 71 | 17 |
| Binary | 111110 | 10001 | 100010 | 0 | 1001001 | 101101 | 1001100 | 101010001 | 111001 | 1111 |
Color Harmonies of #3E1122
Complementary color
Monochromatic Colors of #3E1122
Black with #3E1122
Text Example
Text Example
White with #3E1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1122; }
p { color: rgb(62,17,34); }
H1.HeaderClassName
{
color: #3E1122;
}
.AnyTagClassName
{
color: #3E1122;
}
</style>
background-color css
<style>
a { background-color: #3E1122; }
a { background-color: rgb(62,17,34); }
div.DivClassName
{
background-color: #3E1122;
}
.BgClassName
{
background-color: #3E1122;
}
</style>
border-color css
<style>
span { border-color: #3E1122; }
span { border-color: rgb(62,17,34); }
td.TdClassName
{
border-color: #3E1122;
}
.TagClassName
{
border-color: #3E1122;
}
</style>