Shades of Blackberry #3E1934
Tints of Blackberry #3E1934
RGB
CMYK
RGB Variations
Color information
#3E1934 (or 0x3E1934) is known color: Blackberry. HEX triplet: 3E, 19 and 34. RGB value is (62,25,52). Sum of RGB (Red+Green+Blue) = 62+25+52=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1934 is #C1E6CB. Grayscale: #272727. Windows color (decimal): -12707532 or 3414334. OLE color: 3414334.
HSL color Cylindrical-coordinate representation of color #3E1934: hue angle of 316.22º 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 #3E1934 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 52 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.76 |
| HSL | 316.22º | 0.43% | 0.17% | - |
| HSV(B) | 316.22º | 0.6% | 0.24% | - |
| XYZ | 2.95 | 1.97 | 3.47 | - |
| YUV | 39.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 52 | 0 | 0.60 | 0.16 | 0.76 | 316.22 | 0.43 | 0.17 |
| Hex | 3E | 19 | 34 | 0 | 3C | 10 | 4C | 13C | 2B | 11 |
| Octal | 76 | 31 | 64 | 0 | 74 | 20 | 114 | 474 | 53 | 21 |
| Binary | 111110 | 11001 | 110100 | 0 | 111100 | 10000 | 1001100 | 100111100 | 101011 | 10001 |
Color Harmonies of #3E1934
Complementary color
Monochromatic Colors of #3E1934
Black with #3E1934
Text Example
Text Example
White with #3E1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1934; }
p { color: rgb(62,25,52); }
H1.HeaderClassName
{
color: #3E1934;
}
.AnyTagClassName
{
color: #3E1934;
}
</style>
background-color css
<style>
a { background-color: #3E1934; }
a { background-color: rgb(62,25,52); }
div.DivClassName
{
background-color: #3E1934;
}
.BgClassName
{
background-color: #3E1934;
}
</style>
border-color css
<style>
span { border-color: #3E1934; }
span { border-color: rgb(62,25,52); }
td.TdClassName
{
border-color: #3E1934;
}
.TagClassName
{
border-color: #3E1934;
}
</style>