Shades of Blackberry #3E162D
Tints of Blackberry #3E162D
RGB
CMYK
RGB Variations
Color information
#3E162D (or 0x3E162D) is known color: Blackberry. HEX triplet: 3E, 16 and 2D. RGB value is (62,22,45). Sum of RGB (Red+Green+Blue) = 62+22+45=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E162D is #C1E9D2. Grayscale: #242424. Windows color (decimal): -12708307 or 2954814. OLE color: 2954814.
HSL color Cylindrical-coordinate representation of color #3E162D: hue angle of 325.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E162D is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 45 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.76 |
| HSL | 325.5º | 0.48% | 0.16% | - |
| HSV(B) | 325.5º | 0.65% | 0.24% | - |
| XYZ | 2.75 | 1.79 | 2.68 | - |
| YUV | 36.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 45 | 0 | 0.65 | 0.27 | 0.76 | 325.5 | 0.48 | 0.16 |
| Hex | 3E | 16 | 2D | 0 | 41 | 1B | 4C | 146 | 30 | 10 |
| Octal | 76 | 26 | 55 | 0 | 101 | 33 | 114 | 506 | 60 | 20 |
| Binary | 111110 | 10110 | 101101 | 0 | 1000001 | 11011 | 1001100 | 101000110 | 110000 | 10000 |
Color Harmonies of #3E162D
Complementary color
Monochromatic Colors of #3E162D
Black with #3E162D
Text Example
Text Example
White with #3E162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E162D; }
p { color: rgb(62,22,45); }
H1.HeaderClassName
{
color: #3E162D;
}
.AnyTagClassName
{
color: #3E162D;
}
</style>
background-color css
<style>
a { background-color: #3E162D; }
a { background-color: rgb(62,22,45); }
div.DivClassName
{
background-color: #3E162D;
}
.BgClassName
{
background-color: #3E162D;
}
</style>
border-color css
<style>
span { border-color: #3E162D; }
span { border-color: rgb(62,22,45); }
td.TdClassName
{
border-color: #3E162D;
}
.TagClassName
{
border-color: #3E162D;
}
</style>