Shades of Blackberry #3E132D
Tints of Blackberry #3E132D
RGB
CMYK
RGB Variations
Color information
#3E132D (or 0x3E132D) is known color: Blackberry. HEX triplet: 3E, 13 and 2D. RGB value is (62,19,45). Sum of RGB (Red+Green+Blue) = 62+19+45=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E132D is #C1ECD2. Grayscale: #222222. Windows color (decimal): -12709075 or 2954046. OLE color: 2954046.
HSL color Cylindrical-coordinate representation of color #3E132D: hue angle of 323.72º 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 #3E132D is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 45 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.76 |
| HSL | 323.72º | 0.53% | 0.16% | - |
| HSV(B) | 323.72º | 0.69% | 0.24% | - |
| XYZ | 2.69 | 1.68 | 2.66 | - |
| YUV | 34.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 45 | 0 | 0.69 | 0.27 | 0.76 | 323.72 | 0.53 | 0.16 |
| Hex | 3E | 13 | 2D | 0 | 45 | 1B | 4C | 144 | 35 | 10 |
| Octal | 76 | 23 | 55 | 0 | 105 | 33 | 114 | 504 | 65 | 20 |
| Binary | 111110 | 10011 | 101101 | 0 | 1000101 | 11011 | 1001100 | 101000100 | 110101 | 10000 |
Color Harmonies of #3E132D
Complementary color
Monochromatic Colors of #3E132D
Black with #3E132D
Text Example
Text Example
White with #3E132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E132D; }
p { color: rgb(62,19,45); }
H1.HeaderClassName
{
color: #3E132D;
}
.AnyTagClassName
{
color: #3E132D;
}
</style>
background-color css
<style>
a { background-color: #3E132D; }
a { background-color: rgb(62,19,45); }
div.DivClassName
{
background-color: #3E132D;
}
.BgClassName
{
background-color: #3E132D;
}
</style>
border-color css
<style>
span { border-color: #3E132D; }
span { border-color: rgb(62,19,45); }
td.TdClassName
{
border-color: #3E132D;
}
.TagClassName
{
border-color: #3E132D;
}
</style>