Shades of Blackberry #3E1932
Tints of Blackberry #3E1932
RGB
CMYK
RGB Variations
Color information
#3E1932 (or 0x3E1932) is known color: Blackberry. HEX triplet: 3E, 19 and 32. RGB value is (62,25,50). Sum of RGB (Red+Green+Blue) = 62+25+50=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1932 is #C1E6CD. Grayscale: #262626. Windows color (decimal): -12707534 or 3283262. OLE color: 3283262.
HSL color Cylindrical-coordinate representation of color #3E1932: hue angle of 319.46º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E1932 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 50 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.76 |
| HSL | 319.46º | 0.43% | 0.17% | - |
| HSV(B) | 319.46º | 0.6% | 0.24% | - |
| XYZ | 2.91 | 1.95 | 3.24 | - |
| YUV | 38.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 50 | 0 | 0.60 | 0.19 | 0.76 | 319.46 | 0.43 | 0.17 |
| Hex | 3E | 19 | 32 | 0 | 3C | 13 | 4C | 13F | 2B | 11 |
| Octal | 76 | 31 | 62 | 0 | 74 | 23 | 114 | 477 | 53 | 21 |
| Binary | 111110 | 11001 | 110010 | 0 | 111100 | 10011 | 1001100 | 100111111 | 101011 | 10001 |
Color Harmonies of #3E1932
Complementary color
Monochromatic Colors of #3E1932
Black with #3E1932
Text Example
Text Example
White with #3E1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1932; }
p { color: rgb(62,25,50); }
H1.HeaderClassName
{
color: #3E1932;
}
.AnyTagClassName
{
color: #3E1932;
}
</style>
background-color css
<style>
a { background-color: #3E1932; }
a { background-color: rgb(62,25,50); }
div.DivClassName
{
background-color: #3E1932;
}
.BgClassName
{
background-color: #3E1932;
}
</style>
border-color css
<style>
span { border-color: #3E1932; }
span { border-color: rgb(62,25,50); }
td.TdClassName
{
border-color: #3E1932;
}
.TagClassName
{
border-color: #3E1932;
}
</style>