Shades of Blackberry #3E1434
Tints of Blackberry #3E1434
RGB
CMYK
RGB Variations
Color information
#3E1434 (or 0x3E1434) is known color: Blackberry. HEX triplet: 3E, 14 and 34. RGB value is (62,20,52). Sum of RGB (Red+Green+Blue) = 62+20+52=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1434 is #C1EBCB. Grayscale: #242424. Windows color (decimal): -12708812 or 3413054. OLE color: 3413054.
HSL color Cylindrical-coordinate representation of color #3E1434: hue angle of 314.29º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E1434 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 52 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.76 |
| HSL | 314.29º | 0.51% | 0.16% | - |
| HSV(B) | 314.29º | 0.68% | 0.24% | - |
| XYZ | 2.86 | 1.77 | 3.44 | - |
| YUV | 36.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 52 | 0 | 0.68 | 0.16 | 0.76 | 314.29 | 0.51 | 0.16 |
| Hex | 3E | 14 | 34 | 0 | 44 | 10 | 4C | 13A | 33 | 10 |
| Octal | 76 | 24 | 64 | 0 | 104 | 20 | 114 | 472 | 63 | 20 |
| Binary | 111110 | 10100 | 110100 | 0 | 1000100 | 10000 | 1001100 | 100111010 | 110011 | 10000 |
Color Harmonies of #3E1434
Complementary color
Monochromatic Colors of #3E1434
Black with #3E1434
Text Example
Text Example
White with #3E1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1434; }
p { color: rgb(62,20,52); }
H1.HeaderClassName
{
color: #3E1434;
}
.AnyTagClassName
{
color: #3E1434;
}
</style>
background-color css
<style>
a { background-color: #3E1434; }
a { background-color: rgb(62,20,52); }
div.DivClassName
{
background-color: #3E1434;
}
.BgClassName
{
background-color: #3E1434;
}
</style>
border-color css
<style>
span { border-color: #3E1434; }
span { border-color: rgb(62,20,52); }
td.TdClassName
{
border-color: #3E1434;
}
.TagClassName
{
border-color: #3E1434;
}
</style>