Shades of Blackberry #3E182E
Tints of Blackberry #3E182E
RGB
CMYK
RGB Variations
Color information
#3E182E (or 0x3E182E) is known color: Blackberry. HEX triplet: 3E, 18 and 2E. RGB value is (62,24,46). Sum of RGB (Red+Green+Blue) = 62+24+46=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E182E is #C1E7D1. Grayscale: #252525. Windows color (decimal): -12707794 or 3020862. OLE color: 3020862.
HSL color Cylindrical-coordinate representation of color #3E182E: hue angle of 325.26º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E182E is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 46 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.76 |
| HSL | 325.26º | 0.44% | 0.17% | - |
| HSV(B) | 325.26º | 0.61% | 0.24% | - |
| XYZ | 2.81 | 1.87 | 2.8 | - |
| YUV | 37.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 46 | 0 | 0.61 | 0.26 | 0.76 | 325.26 | 0.44 | 0.17 |
| Hex | 3E | 18 | 2E | 0 | 3D | 1A | 4C | 145 | 2C | 11 |
| Octal | 76 | 30 | 56 | 0 | 75 | 32 | 114 | 505 | 54 | 21 |
| Binary | 111110 | 11000 | 101110 | 0 | 111101 | 11010 | 1001100 | 101000101 | 101100 | 10001 |
Color Harmonies of #3E182E
Complementary color
Monochromatic Colors of #3E182E
Black with #3E182E
Text Example
Text Example
White with #3E182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E182E; }
p { color: rgb(62,24,46); }
H1.HeaderClassName
{
color: #3E182E;
}
.AnyTagClassName
{
color: #3E182E;
}
</style>
background-color css
<style>
a { background-color: #3E182E; }
a { background-color: rgb(62,24,46); }
div.DivClassName
{
background-color: #3E182E;
}
.BgClassName
{
background-color: #3E182E;
}
</style>
border-color css
<style>
span { border-color: #3E182E; }
span { border-color: rgb(62,24,46); }
td.TdClassName
{
border-color: #3E182E;
}
.TagClassName
{
border-color: #3E182E;
}
</style>