Shades of Blackberry #3E1231
Tints of Blackberry #3E1231
RGB
CMYK
RGB Variations
Color information
#3E1231 (or 0x3E1231) is known color: Blackberry. HEX triplet: 3E, 12 and 31. RGB value is (62,18,49). Sum of RGB (Red+Green+Blue) = 62+18+49=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1231 is #C1EDCE. Grayscale: #222222. Windows color (decimal): -12709327 or 3215934. OLE color: 3215934.
HSL color Cylindrical-coordinate representation of color #3E1231: hue angle of 317.73º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1231 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 49 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.76 |
| HSL | 317.73º | 0.55% | 0.16% | - |
| HSV(B) | 317.73º | 0.71% | 0.24% | - |
| XYZ | 2.76 | 1.68 | 3.08 | - |
| YUV | 34.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 49 | 0 | 0.71 | 0.21 | 0.76 | 317.73 | 0.55 | 0.16 |
| Hex | 3E | 12 | 31 | 0 | 47 | 15 | 4C | 13E | 37 | 10 |
| Octal | 76 | 22 | 61 | 0 | 107 | 25 | 114 | 476 | 67 | 20 |
| Binary | 111110 | 10010 | 110001 | 0 | 1000111 | 10101 | 1001100 | 100111110 | 110111 | 10000 |
Color Harmonies of #3E1231
Complementary color
Monochromatic Colors of #3E1231
Black with #3E1231
Text Example
Text Example
White with #3E1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1231; }
p { color: rgb(62,18,49); }
H1.HeaderClassName
{
color: #3E1231;
}
.AnyTagClassName
{
color: #3E1231;
}
</style>
background-color css
<style>
a { background-color: #3E1231; }
a { background-color: rgb(62,18,49); }
div.DivClassName
{
background-color: #3E1231;
}
.BgClassName
{
background-color: #3E1231;
}
</style>
border-color css
<style>
span { border-color: #3E1231; }
span { border-color: rgb(62,18,49); }
td.TdClassName
{
border-color: #3E1231;
}
.TagClassName
{
border-color: #3E1231;
}
</style>