Shades of Blackberry #3E1529
Tints of Blackberry #3E1529
RGB
CMYK
RGB Variations
Color information
#3E1529 (or 0x3E1529) is known color: Blackberry. HEX triplet: 3E, 15 and 29. RGB value is (62,21,41). Sum of RGB (Red+Green+Blue) = 62+21+41=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1529 is #C1EAD6. Grayscale: #232323. Windows color (decimal): -12708567 or 2692414. OLE color: 2692414.
HSL color Cylindrical-coordinate representation of color #3E1529: hue angle of 330.73º 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 #3E1529 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 41 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.76 |
| HSL | 330.73º | 0.49% | 0.16% | - |
| HSV(B) | 330.73º | 0.66% | 0.24% | - |
| XYZ | 2.66 | 1.72 | 2.29 | - |
| YUV | 35.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 41 | 0 | 0.66 | 0.34 | 0.76 | 330.73 | 0.49 | 0.16 |
| Hex | 3E | 15 | 29 | 0 | 42 | 22 | 4C | 14B | 31 | 10 |
| Octal | 76 | 25 | 51 | 0 | 102 | 42 | 114 | 513 | 61 | 20 |
| Binary | 111110 | 10101 | 101001 | 0 | 1000010 | 100010 | 1001100 | 101001011 | 110001 | 10000 |
Color Harmonies of #3E1529
Complementary color
Monochromatic Colors of #3E1529
Black with #3E1529
Text Example
Text Example
White with #3E1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1529; }
p { color: rgb(62,21,41); }
H1.HeaderClassName
{
color: #3E1529;
}
.AnyTagClassName
{
color: #3E1529;
}
</style>
background-color css
<style>
a { background-color: #3E1529; }
a { background-color: rgb(62,21,41); }
div.DivClassName
{
background-color: #3E1529;
}
.BgClassName
{
background-color: #3E1529;
}
</style>
border-color css
<style>
span { border-color: #3E1529; }
span { border-color: rgb(62,21,41); }
td.TdClassName
{
border-color: #3E1529;
}
.TagClassName
{
border-color: #3E1529;
}
</style>