Shades of Blackberry #3E072E
Tints of Blackberry #3E072E
RGB
CMYK
RGB Variations
Color information
#3E072E (or 0x3E072E) is known color: Blackberry. HEX triplet: 3E, 07 and 2E. RGB value is (62,7,46). Sum of RGB (Red+Green+Blue) = 62+7+46=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E072E is #C1F8D1. Grayscale: #1B1B1B. Windows color (decimal): -12712146 or 3016510. OLE color: 3016510.
HSL color Cylindrical-coordinate representation of color #3E072E: hue angle of 317.45º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E072E is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 7 | 46 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.76 |
| HSL | 317.45º | 0.8% | 0.14% | - |
| HSV(B) | 317.45º | 0.89% | 0.24% | - |
| XYZ | 2.56 | 1.37 | 2.72 | - |
| YUV | 27.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 46 | 0 | 0.89 | 0.26 | 0.76 | 317.45 | 0.8 | 0.14 |
| Hex | 3E | 7 | 2E | 0 | 59 | 1A | 4C | 13D | 50 | E |
| Octal | 76 | 7 | 56 | 0 | 131 | 32 | 114 | 475 | 120 | 16 |
| Binary | 111110 | 111 | 101110 | 0 | 1011001 | 11010 | 1001100 | 100111101 | 1010000 | 1110 |
Color Harmonies of #3E072E
Complementary color
Monochromatic Colors of #3E072E
Black with #3E072E
Text Example
Text Example
White with #3E072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E072E; }
p { color: rgb(62,7,46); }
H1.HeaderClassName
{
color: #3E072E;
}
.AnyTagClassName
{
color: #3E072E;
}
</style>
background-color css
<style>
a { background-color: #3E072E; }
a { background-color: rgb(62,7,46); }
div.DivClassName
{
background-color: #3E072E;
}
.BgClassName
{
background-color: #3E072E;
}
</style>
border-color css
<style>
span { border-color: #3E072E; }
span { border-color: rgb(62,7,46); }
td.TdClassName
{
border-color: #3E072E;
}
.TagClassName
{
border-color: #3E072E;
}
</style>