Shades of Blackberry #3E1D2C
Tints of Blackberry #3E1D2C
RGB
CMYK
RGB Variations
Color information
#3E1D2C (or 0x3E1D2C) is known color: Blackberry. HEX triplet: 3E, 1D and 2C. RGB value is (62,29,44). Sum of RGB (Red+Green+Blue) = 62+29+44=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D2C is #C1E2D3. Grayscale: #282828. Windows color (decimal): -12706516 or 2891070. OLE color: 2891070.
HSL color Cylindrical-coordinate representation of color #3E1D2C: hue angle of 332.73º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E1D2C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 29 | 44 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.76 |
| HSL | 332.73º | 0.36% | 0.18% | - |
| HSV(B) | 332.73º | 0.53% | 0.24% | - |
| XYZ | 2.88 | 2.08 | 2.63 | - |
| YUV | 40.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 29 | 44 | 0 | 0.53 | 0.29 | 0.76 | 332.73 | 0.36 | 0.18 |
| Hex | 3E | 1D | 2C | 0 | 35 | 1D | 4C | 14D | 24 | 12 |
| Octal | 76 | 35 | 54 | 0 | 65 | 35 | 114 | 515 | 44 | 22 |
| Binary | 111110 | 11101 | 101100 | 0 | 110101 | 11101 | 1001100 | 101001101 | 100100 | 10010 |
Color Harmonies of #3E1D2C
Complementary color
Monochromatic Colors of #3E1D2C
Black with #3E1D2C
Text Example
Text Example
White with #3E1D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1D2C; }
p { color: rgb(62,29,44); }
H1.HeaderClassName
{
color: #3E1D2C;
}
.AnyTagClassName
{
color: #3E1D2C;
}
</style>
background-color css
<style>
a { background-color: #3E1D2C; }
a { background-color: rgb(62,29,44); }
div.DivClassName
{
background-color: #3E1D2C;
}
.BgClassName
{
background-color: #3E1D2C;
}
</style>
border-color css
<style>
span { border-color: #3E1D2C; }
span { border-color: rgb(62,29,44); }
td.TdClassName
{
border-color: #3E1D2C;
}
.TagClassName
{
border-color: #3E1D2C;
}
</style>