Shades of Blackberry #3E1331
Tints of Blackberry #3E1331
RGB
CMYK
RGB Variations
Color information
#3E1331 (or 0x3E1331) is known color: Blackberry. HEX triplet: 3E, 13 and 31. RGB value is (62,19,49). Sum of RGB (Red+Green+Blue) = 62+19+49=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1331 is #C1ECCE. Grayscale: #232323. Windows color (decimal): -12709071 or 3216190. OLE color: 3216190.
HSL color Cylindrical-coordinate representation of color #3E1331: hue angle of 318.14º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E1331 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 49 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.76 |
| HSL | 318.14º | 0.53% | 0.16% | - |
| HSV(B) | 318.14º | 0.69% | 0.24% | - |
| XYZ | 2.77 | 1.71 | 3.09 | - |
| YUV | 35.28 | 135.75 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 49 | 0 | 0.69 | 0.21 | 0.76 | 318.14 | 0.53 | 0.16 |
| Hex | 3E | 13 | 31 | 0 | 45 | 15 | 4C | 13E | 35 | 10 |
| Octal | 76 | 23 | 61 | 0 | 105 | 25 | 114 | 476 | 65 | 20 |
| Binary | 111110 | 10011 | 110001 | 0 | 1000101 | 10101 | 1001100 | 100111110 | 110101 | 10000 |
Color Harmonies of #3E1331
Complementary color
Monochromatic Colors of #3E1331
Black with #3E1331
Text Example
Text Example
White with #3E1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1331; }
p { color: rgb(62,19,49); }
H1.HeaderClassName
{
color: #3E1331;
}
.AnyTagClassName
{
color: #3E1331;
}
</style>
background-color css
<style>
a { background-color: #3E1331; }
a { background-color: rgb(62,19,49); }
div.DivClassName
{
background-color: #3E1331;
}
.BgClassName
{
background-color: #3E1331;
}
</style>
border-color css
<style>
span { border-color: #3E1331; }
span { border-color: rgb(62,19,49); }
td.TdClassName
{
border-color: #3E1331;
}
.TagClassName
{
border-color: #3E1331;
}
</style>