Shades of Blackberry #3E0733
Tints of Blackberry #3E0733
RGB
CMYK
RGB Variations
Color information
#3E0733 (or 0x3E0733) is known color: Blackberry. HEX triplet: 3E, 07 and 33. RGB value is (62,7,51). Sum of RGB (Red+Green+Blue) = 62+7+51=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0733 is #C1F8CC. Grayscale: #1C1C1C. Windows color (decimal): -12712141 or 3344190. OLE color: 3344190.
HSL color Cylindrical-coordinate representation of color #3E0733: hue angle of 312º 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 #3E0733 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 7 | 51 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.76 |
| HSL | 312º | 0.8% | 0.14% | - |
| HSV(B) | 312º | 0.89% | 0.24% | - |
| XYZ | 2.66 | 1.42 | 3.26 | - |
| YUV | 28.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 51 | 0 | 0.89 | 0.18 | 0.76 | 312 | 0.8 | 0.14 |
| Hex | 3E | 7 | 33 | 0 | 59 | 12 | 4C | 138 | 50 | E |
| Octal | 76 | 7 | 63 | 0 | 131 | 22 | 114 | 470 | 120 | 16 |
| Binary | 111110 | 111 | 110011 | 0 | 1011001 | 10010 | 1001100 | 100111000 | 1010000 | 1110 |
Color Harmonies of #3E0733
Complementary color
Monochromatic Colors of #3E0733
Black with #3E0733
Text Example
Text Example
White with #3E0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0733; }
p { color: rgb(62,7,51); }
H1.HeaderClassName
{
color: #3E0733;
}
.AnyTagClassName
{
color: #3E0733;
}
</style>
background-color css
<style>
a { background-color: #3E0733; }
a { background-color: rgb(62,7,51); }
div.DivClassName
{
background-color: #3E0733;
}
.BgClassName
{
background-color: #3E0733;
}
</style>
border-color css
<style>
span { border-color: #3E0733; }
span { border-color: rgb(62,7,51); }
td.TdClassName
{
border-color: #3E0733;
}
.TagClassName
{
border-color: #3E0733;
}
</style>