Shades of Blackberry #3E072B
Tints of Blackberry #3E072B
RGB
CMYK
RGB Variations
Color information
#3E072B (or 0x3E072B) is known color: Blackberry. HEX triplet: 3E, 07 and 2B. RGB value is (62,7,43). Sum of RGB (Red+Green+Blue) = 62+7+43=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E072B is #C1F8D4. Grayscale: #1B1B1B. Windows color (decimal): -12712149 or 2819902. OLE color: 2819902.
HSL color Cylindrical-coordinate representation of color #3E072B: hue angle of 320.73º 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 #3E072B is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 7 | 43 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.76 |
| HSL | 320.73º | 0.8% | 0.14% | - |
| HSV(B) | 320.73º | 0.89% | 0.24% | - |
| XYZ | 2.5 | 1.35 | 2.41 | - |
| YUV | 27.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 43 | 0 | 0.89 | 0.31 | 0.76 | 320.73 | 0.8 | 0.14 |
| Hex | 3E | 7 | 2B | 0 | 59 | 1F | 4C | 141 | 50 | E |
| Octal | 76 | 7 | 53 | 0 | 131 | 37 | 114 | 501 | 120 | 16 |
| Binary | 111110 | 111 | 101011 | 0 | 1011001 | 11111 | 1001100 | 101000001 | 1010000 | 1110 |
Color Harmonies of #3E072B
Complementary color
Monochromatic Colors of #3E072B
Black with #3E072B
Text Example
Text Example
White with #3E072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E072B; }
p { color: rgb(62,7,43); }
H1.HeaderClassName
{
color: #3E072B;
}
.AnyTagClassName
{
color: #3E072B;
}
</style>
background-color css
<style>
a { background-color: #3E072B; }
a { background-color: rgb(62,7,43); }
div.DivClassName
{
background-color: #3E072B;
}
.BgClassName
{
background-color: #3E072B;
}
</style>
border-color css
<style>
span { border-color: #3E072B; }
span { border-color: rgb(62,7,43); }
td.TdClassName
{
border-color: #3E072B;
}
.TagClassName
{
border-color: #3E072B;
}
</style>