Shades of Blackberry #3E072A
Tints of Blackberry #3E072A
RGB
CMYK
RGB Variations
Color information
#3E072A (or 0x3E072A) is known color: Blackberry. HEX triplet: 3E, 07 and 2A. RGB value is (62,7,42). Sum of RGB (Red+Green+Blue) = 62+7+42=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E072A is #C1F8D5. Grayscale: #1B1B1B. Windows color (decimal): -12712150 or 2754366. OLE color: 2754366.
HSL color Cylindrical-coordinate representation of color #3E072A: hue angle of 321.82º 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 #3E072A is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 7 | 42 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.76 |
| HSL | 321.82º | 0.8% | 0.14% | - |
| HSV(B) | 321.82º | 0.89% | 0.24% | - |
| XYZ | 2.48 | 1.34 | 2.32 | - |
| YUV | 27.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 42 | 0 | 0.89 | 0.32 | 0.76 | 321.82 | 0.8 | 0.14 |
| Hex | 3E | 7 | 2A | 0 | 59 | 20 | 4C | 142 | 50 | E |
| Octal | 76 | 7 | 52 | 0 | 131 | 40 | 114 | 502 | 120 | 16 |
| Binary | 111110 | 111 | 101010 | 0 | 1011001 | 100000 | 1001100 | 101000010 | 1010000 | 1110 |
Color Harmonies of #3E072A
Complementary color
Monochromatic Colors of #3E072A
Black with #3E072A
Text Example
Text Example
White with #3E072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E072A; }
p { color: rgb(62,7,42); }
H1.HeaderClassName
{
color: #3E072A;
}
.AnyTagClassName
{
color: #3E072A;
}
</style>
background-color css
<style>
a { background-color: #3E072A; }
a { background-color: rgb(62,7,42); }
div.DivClassName
{
background-color: #3E072A;
}
.BgClassName
{
background-color: #3E072A;
}
</style>
border-color css
<style>
span { border-color: #3E072A; }
span { border-color: rgb(62,7,42); }
td.TdClassName
{
border-color: #3E072A;
}
.TagClassName
{
border-color: #3E072A;
}
</style>