Shades of Blackberry #3E152E
Tints of Blackberry #3E152E
RGB
CMYK
RGB Variations
Color information
#3E152E (or 0x3E152E) is known color: Blackberry. HEX triplet: 3E, 15 and 2E. RGB value is (62,21,46). Sum of RGB (Red+Green+Blue) = 62+21+46=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E152E is #C1EAD1. Grayscale: #242424. Windows color (decimal): -12708562 or 3020094. OLE color: 3020094.
HSL color Cylindrical-coordinate representation of color #3E152E: hue angle of 323.41º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E152E is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 46 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.76 |
| HSL | 323.41º | 0.49% | 0.16% | - |
| HSV(B) | 323.41º | 0.66% | 0.24% | - |
| XYZ | 2.75 | 1.76 | 2.78 | - |
| YUV | 36.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 46 | 0 | 0.66 | 0.26 | 0.76 | 323.41 | 0.49 | 0.16 |
| Hex | 3E | 15 | 2E | 0 | 42 | 1A | 4C | 143 | 31 | 10 |
| Octal | 76 | 25 | 56 | 0 | 102 | 32 | 114 | 503 | 61 | 20 |
| Binary | 111110 | 10101 | 101110 | 0 | 1000010 | 11010 | 1001100 | 101000011 | 110001 | 10000 |
Color Harmonies of #3E152E
Complementary color
Monochromatic Colors of #3E152E
Black with #3E152E
Text Example
Text Example
White with #3E152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E152E; }
p { color: rgb(62,21,46); }
H1.HeaderClassName
{
color: #3E152E;
}
.AnyTagClassName
{
color: #3E152E;
}
</style>
background-color css
<style>
a { background-color: #3E152E; }
a { background-color: rgb(62,21,46); }
div.DivClassName
{
background-color: #3E152E;
}
.BgClassName
{
background-color: #3E152E;
}
</style>
border-color css
<style>
span { border-color: #3E152E; }
span { border-color: rgb(62,21,46); }
td.TdClassName
{
border-color: #3E152E;
}
.TagClassName
{
border-color: #3E152E;
}
</style>