Shades of Blackberry #3E1535
Tints of Blackberry #3E1535
RGB
CMYK
RGB Variations
Color information
#3E1535 (or 0x3E1535) is known color: Blackberry. HEX triplet: 3E, 15 and 35. RGB value is (62,21,53). Sum of RGB (Red+Green+Blue) = 62+21+53=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1535 is #C1EACA. Grayscale: #242424. Windows color (decimal): -12708555 or 3478846. OLE color: 3478846.
HSL color Cylindrical-coordinate representation of color #3E1535: hue angle of 313.17º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1535 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 53 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.76 |
| HSL | 313.17º | 0.49% | 0.16% | - |
| HSV(B) | 313.17º | 0.66% | 0.24% | - |
| XYZ | 2.9 | 1.82 | 3.57 | - |
| YUV | 36.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 53 | 0 | 0.66 | 0.15 | 0.76 | 313.17 | 0.49 | 0.16 |
| Hex | 3E | 15 | 35 | 0 | 42 | F | 4C | 139 | 31 | 10 |
| Octal | 76 | 25 | 65 | 0 | 102 | 17 | 114 | 471 | 61 | 20 |
| Binary | 111110 | 10101 | 110101 | 0 | 1000010 | 1111 | 1001100 | 100111001 | 110001 | 10000 |
Color Harmonies of #3E1535
Complementary color
Monochromatic Colors of #3E1535
Black with #3E1535
Text Example
Text Example
White with #3E1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1535; }
p { color: rgb(62,21,53); }
H1.HeaderClassName
{
color: #3E1535;
}
.AnyTagClassName
{
color: #3E1535;
}
</style>
background-color css
<style>
a { background-color: #3E1535; }
a { background-color: rgb(62,21,53); }
div.DivClassName
{
background-color: #3E1535;
}
.BgClassName
{
background-color: #3E1535;
}
</style>
border-color css
<style>
span { border-color: #3E1535; }
span { border-color: rgb(62,21,53); }
td.TdClassName
{
border-color: #3E1535;
}
.TagClassName
{
border-color: #3E1535;
}
</style>