Shades of Blackberry #3E1A2C
Tints of Blackberry #3E1A2C
RGB
CMYK
RGB Variations
Color information
#3E1A2C (or 0x3E1A2C) is known color: Blackberry. HEX triplet: 3E, 1A and 2C. RGB value is (62,26,44). Sum of RGB (Red+Green+Blue) = 62+26+44=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1A2C is #C1E5D3. Grayscale: #262626. Windows color (decimal): -12707284 or 2890302. OLE color: 2890302.
HSL color Cylindrical-coordinate representation of color #3E1A2C: hue angle of 330º 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 #3E1A2C is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 26 | 44 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.76 |
| HSL | 330º | 0.41% | 0.17% | - |
| HSV(B) | 330º | 0.58% | 0.24% | - |
| XYZ | 2.81 | 1.94 | 2.61 | - |
| YUV | 38.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 44 | 0 | 0.58 | 0.29 | 0.76 | 330 | 0.41 | 0.17 |
| Hex | 3E | 1A | 2C | 0 | 3A | 1D | 4C | 14A | 29 | 11 |
| Octal | 76 | 32 | 54 | 0 | 72 | 35 | 114 | 512 | 51 | 21 |
| Binary | 111110 | 11010 | 101100 | 0 | 111010 | 11101 | 1001100 | 101001010 | 101001 | 10001 |
Color Harmonies of #3E1A2C
Complementary color
Monochromatic Colors of #3E1A2C
Black with #3E1A2C
Text Example
Text Example
White with #3E1A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1A2C; }
p { color: rgb(62,26,44); }
H1.HeaderClassName
{
color: #3E1A2C;
}
.AnyTagClassName
{
color: #3E1A2C;
}
</style>
background-color css
<style>
a { background-color: #3E1A2C; }
a { background-color: rgb(62,26,44); }
div.DivClassName
{
background-color: #3E1A2C;
}
.BgClassName
{
background-color: #3E1A2C;
}
</style>
border-color css
<style>
span { border-color: #3E1A2C; }
span { border-color: rgb(62,26,44); }
td.TdClassName
{
border-color: #3E1A2C;
}
.TagClassName
{
border-color: #3E1A2C;
}
</style>