Shades of Blackberry #3E1532
Tints of Blackberry #3E1532
RGB
CMYK
RGB Variations
Color information
#3E1532 (or 0x3E1532) is known color: Blackberry. HEX triplet: 3E, 15 and 32. RGB value is (62,21,50). Sum of RGB (Red+Green+Blue) = 62+21+50=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1532 is #C1EACD. Grayscale: #242424. Windows color (decimal): -12708558 or 3282238. OLE color: 3282238.
HSL color Cylindrical-coordinate representation of color #3E1532: hue angle of 317.56º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1532 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 50 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.76 |
| HSL | 317.56º | 0.49% | 0.16% | - |
| HSV(B) | 317.56º | 0.66% | 0.24% | - |
| XYZ | 2.83 | 1.79 | 3.21 | - |
| YUV | 36.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 50 | 0 | 0.66 | 0.19 | 0.76 | 317.56 | 0.49 | 0.16 |
| Hex | 3E | 15 | 32 | 0 | 42 | 13 | 4C | 13E | 31 | 10 |
| Octal | 76 | 25 | 62 | 0 | 102 | 23 | 114 | 476 | 61 | 20 |
| Binary | 111110 | 10101 | 110010 | 0 | 1000010 | 10011 | 1001100 | 100111110 | 110001 | 10000 |
Color Harmonies of #3E1532
Complementary color
Monochromatic Colors of #3E1532
Black with #3E1532
Text Example
Text Example
White with #3E1532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1532; }
p { color: rgb(62,21,50); }
H1.HeaderClassName
{
color: #3E1532;
}
.AnyTagClassName
{
color: #3E1532;
}
</style>
background-color css
<style>
a { background-color: #3E1532; }
a { background-color: rgb(62,21,50); }
div.DivClassName
{
background-color: #3E1532;
}
.BgClassName
{
background-color: #3E1532;
}
</style>
border-color css
<style>
span { border-color: #3E1532; }
span { border-color: rgb(62,21,50); }
td.TdClassName
{
border-color: #3E1532;
}
.TagClassName
{
border-color: #3E1532;
}
</style>