Shades of Blackberry #3E1634
Tints of Blackberry #3E1634
RGB
CMYK
RGB Variations
Color information
#3E1634 (or 0x3E1634) is known color: Blackberry. HEX triplet: 3E, 16 and 34. RGB value is (62,22,52). Sum of RGB (Red+Green+Blue) = 62+22+52=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1634 is #C1E9CB. Grayscale: #252525. Windows color (decimal): -12708300 or 3413566. OLE color: 3413566.
HSL color Cylindrical-coordinate representation of color #3E1634: hue angle of 315º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E1634 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 52 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.76 |
| HSL | 315º | 0.48% | 0.16% | - |
| HSV(B) | 315º | 0.65% | 0.24% | - |
| XYZ | 2.89 | 1.85 | 3.45 | - |
| YUV | 37.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 52 | 0 | 0.65 | 0.16 | 0.76 | 315 | 0.48 | 0.16 |
| Hex | 3E | 16 | 34 | 0 | 41 | 10 | 4C | 13B | 30 | 10 |
| Octal | 76 | 26 | 64 | 0 | 101 | 20 | 114 | 473 | 60 | 20 |
| Binary | 111110 | 10110 | 110100 | 0 | 1000001 | 10000 | 1001100 | 100111011 | 110000 | 10000 |
Color Harmonies of #3E1634
Complementary color
Monochromatic Colors of #3E1634
Black with #3E1634
Text Example
Text Example
White with #3E1634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1634; }
p { color: rgb(62,22,52); }
H1.HeaderClassName
{
color: #3E1634;
}
.AnyTagClassName
{
color: #3E1634;
}
</style>
background-color css
<style>
a { background-color: #3E1634; }
a { background-color: rgb(62,22,52); }
div.DivClassName
{
background-color: #3E1634;
}
.BgClassName
{
background-color: #3E1634;
}
</style>
border-color css
<style>
span { border-color: #3E1634; }
span { border-color: rgb(62,22,52); }
td.TdClassName
{
border-color: #3E1634;
}
.TagClassName
{
border-color: #3E1634;
}
</style>