Shades of Blackberry #3E1A2E
Tints of Blackberry #3E1A2E
RGB
CMYK
RGB Variations
Color information
#3E1A2E (or 0x3E1A2E) is known color: Blackberry. HEX triplet: 3E, 1A and 2E. RGB value is (62,26,46). Sum of RGB (Red+Green+Blue) = 62+26+46=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1A2E is #C1E5D1. Grayscale: #272727. Windows color (decimal): -12707282 or 3021374. OLE color: 3021374.
HSL color Cylindrical-coordinate representation of color #3E1A2E: hue angle of 326.67º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E1A2E is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 26 | 46 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.76 |
| HSL | 326.67º | 0.41% | 0.17% | - |
| HSV(B) | 326.67º | 0.58% | 0.24% | - |
| XYZ | 2.85 | 1.96 | 2.81 | - |
| YUV | 39.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 46 | 0 | 0.58 | 0.26 | 0.76 | 326.67 | 0.41 | 0.17 |
| Hex | 3E | 1A | 2E | 0 | 3A | 1A | 4C | 147 | 29 | 11 |
| Octal | 76 | 32 | 56 | 0 | 72 | 32 | 114 | 507 | 51 | 21 |
| Binary | 111110 | 11010 | 101110 | 0 | 111010 | 11010 | 1001100 | 101000111 | 101001 | 10001 |
Color Harmonies of #3E1A2E
Complementary color
Monochromatic Colors of #3E1A2E
Black with #3E1A2E
Text Example
Text Example
White with #3E1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1A2E; }
p { color: rgb(62,26,46); }
H1.HeaderClassName
{
color: #3E1A2E;
}
.AnyTagClassName
{
color: #3E1A2E;
}
</style>
background-color css
<style>
a { background-color: #3E1A2E; }
a { background-color: rgb(62,26,46); }
div.DivClassName
{
background-color: #3E1A2E;
}
.BgClassName
{
background-color: #3E1A2E;
}
</style>
border-color css
<style>
span { border-color: #3E1A2E; }
span { border-color: rgb(62,26,46); }
td.TdClassName
{
border-color: #3E1A2E;
}
.TagClassName
{
border-color: #3E1A2E;
}
</style>