Shades of Blackberry #3E162B
Tints of Blackberry #3E162B
RGB
CMYK
RGB Variations
Color information
#3E162B (or 0x3E162B) is known color: Blackberry. HEX triplet: 3E, 16 and 2B. RGB value is (62,22,43). Sum of RGB (Red+Green+Blue) = 62+22+43=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E162B is #C1E9D4. Grayscale: #242424. Windows color (decimal): -12708309 or 2823742. OLE color: 2823742.
HSL color Cylindrical-coordinate representation of color #3E162B: hue angle of 328.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 #3E162B is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 43 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.76 |
| HSL | 328.5º | 0.48% | 0.16% | - |
| HSV(B) | 328.5º | 0.65% | 0.24% | - |
| XYZ | 2.71 | 1.77 | 2.48 | - |
| YUV | 36.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 43 | 0 | 0.65 | 0.31 | 0.76 | 328.5 | 0.48 | 0.16 |
| Hex | 3E | 16 | 2B | 0 | 41 | 1F | 4C | 148 | 30 | 10 |
| Octal | 76 | 26 | 53 | 0 | 101 | 37 | 114 | 510 | 60 | 20 |
| Binary | 111110 | 10110 | 101011 | 0 | 1000001 | 11111 | 1001100 | 101001000 | 110000 | 10000 |
Color Harmonies of #3E162B
Complementary color
Monochromatic Colors of #3E162B
Black with #3E162B
Text Example
Text Example
White with #3E162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E162B; }
p { color: rgb(62,22,43); }
H1.HeaderClassName
{
color: #3E162B;
}
.AnyTagClassName
{
color: #3E162B;
}
</style>
background-color css
<style>
a { background-color: #3E162B; }
a { background-color: rgb(62,22,43); }
div.DivClassName
{
background-color: #3E162B;
}
.BgClassName
{
background-color: #3E162B;
}
</style>
border-color css
<style>
span { border-color: #3E162B; }
span { border-color: rgb(62,22,43); }
td.TdClassName
{
border-color: #3E162B;
}
.TagClassName
{
border-color: #3E162B;
}
</style>