Shades of Blackberry #3E132B
Tints of Blackberry #3E132B
RGB
CMYK
RGB Variations
Color information
#3E132B (or 0x3E132B) is known color: Blackberry. HEX triplet: 3E, 13 and 2B. RGB value is (62,19,43). Sum of RGB (Red+Green+Blue) = 62+19+43=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E132B is #C1ECD4. Grayscale: #222222. Windows color (decimal): -12709077 or 2822974. OLE color: 2822974.
HSL color Cylindrical-coordinate representation of color #3E132B: hue angle of 326.51º 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 #3E132B is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 43 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.76 |
| HSL | 326.51º | 0.53% | 0.16% | - |
| HSV(B) | 326.51º | 0.69% | 0.24% | - |
| XYZ | 2.66 | 1.66 | 2.47 | - |
| YUV | 34.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 43 | 0 | 0.69 | 0.31 | 0.76 | 326.51 | 0.53 | 0.16 |
| Hex | 3E | 13 | 2B | 0 | 45 | 1F | 4C | 147 | 35 | 10 |
| Octal | 76 | 23 | 53 | 0 | 105 | 37 | 114 | 507 | 65 | 20 |
| Binary | 111110 | 10011 | 101011 | 0 | 1000101 | 11111 | 1001100 | 101000111 | 110101 | 10000 |
Color Harmonies of #3E132B
Complementary color
Monochromatic Colors of #3E132B
Black with #3E132B
Text Example
Text Example
White with #3E132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E132B; }
p { color: rgb(62,19,43); }
H1.HeaderClassName
{
color: #3E132B;
}
.AnyTagClassName
{
color: #3E132B;
}
</style>
background-color css
<style>
a { background-color: #3E132B; }
a { background-color: rgb(62,19,43); }
div.DivClassName
{
background-color: #3E132B;
}
.BgClassName
{
background-color: #3E132B;
}
</style>
border-color css
<style>
span { border-color: #3E132B; }
span { border-color: rgb(62,19,43); }
td.TdClassName
{
border-color: #3E132B;
}
.TagClassName
{
border-color: #3E132B;
}
</style>