Shades of Blackberry #3E0131
Tints of Blackberry #3E0131
RGB
CMYK
RGB Variations
Color information
#3E0131 (or 0x3E0131) is known color: Blackberry. HEX triplet: 3E, 01 and 31. RGB value is (62,1,49). Sum of RGB (Red+Green+Blue) = 62+1+49=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0131 is #C1FECE. Grayscale: #181818. Windows color (decimal): -12713679 or 3211582. OLE color: 3211582.
HSL color Cylindrical-coordinate representation of color #3E0131: hue angle of 312.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0131 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 49 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.76 |
| HSL | 312.79º | 0.97% | 0.12% | - |
| HSV(B) | 312.79º | 0.98% | 0.24% | - |
| XYZ | 2.55 | 1.27 | 3.02 | - |
| YUV | 24.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 49 | 0 | 0.98 | 0.21 | 0.76 | 312.79 | 0.97 | 0.12 |
| Hex | 3E | 1 | 31 | 0 | 62 | 15 | 4C | 139 | 61 | C |
| Octal | 76 | 1 | 61 | 0 | 142 | 25 | 114 | 471 | 141 | 14 |
| Binary | 111110 | 1 | 110001 | 0 | 1100010 | 10101 | 1001100 | 100111001 | 1100001 | 1100 |
Color Harmonies of #3E0131
Complementary color
Monochromatic Colors of #3E0131
Black with #3E0131
Text Example
Text Example
White with #3E0131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0131; }
p { color: rgb(62,1,49); }
H1.HeaderClassName
{
color: #3E0131;
}
.AnyTagClassName
{
color: #3E0131;
}
</style>
background-color css
<style>
a { background-color: #3E0131; }
a { background-color: rgb(62,1,49); }
div.DivClassName
{
background-color: #3E0131;
}
.BgClassName
{
background-color: #3E0131;
}
</style>
border-color css
<style>
span { border-color: #3E0131; }
span { border-color: rgb(62,1,49); }
td.TdClassName
{
border-color: #3E0131;
}
.TagClassName
{
border-color: #3E0131;
}
</style>