Shades of Blackberry #3E192E
Tints of Blackberry #3E192E
RGB
CMYK
RGB Variations
Color information
#3E192E (or 0x3E192E) is known color: Blackberry. HEX triplet: 3E, 19 and 2E. RGB value is (62,25,46). Sum of RGB (Red+Green+Blue) = 62+25+46=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E192E is #C1E6D1. Grayscale: #262626. Windows color (decimal): -12707538 or 3021118. OLE color: 3021118.
HSL color Cylindrical-coordinate representation of color #3E192E: hue angle of 325.95º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E192E is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 46 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.76 |
| HSL | 325.95º | 0.43% | 0.17% | - |
| HSV(B) | 325.95º | 0.6% | 0.24% | - |
| XYZ | 2.83 | 1.92 | 2.81 | - |
| YUV | 38.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 46 | 0 | 0.60 | 0.26 | 0.76 | 325.95 | 0.43 | 0.17 |
| Hex | 3E | 19 | 2E | 0 | 3C | 1A | 4C | 146 | 2B | 11 |
| Octal | 76 | 31 | 56 | 0 | 74 | 32 | 114 | 506 | 53 | 21 |
| Binary | 111110 | 11001 | 101110 | 0 | 111100 | 11010 | 1001100 | 101000110 | 101011 | 10001 |
Color Harmonies of #3E192E
Complementary color
Monochromatic Colors of #3E192E
Black with #3E192E
Text Example
Text Example
White with #3E192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E192E; }
p { color: rgb(62,25,46); }
H1.HeaderClassName
{
color: #3E192E;
}
.AnyTagClassName
{
color: #3E192E;
}
</style>
background-color css
<style>
a { background-color: #3E192E; }
a { background-color: rgb(62,25,46); }
div.DivClassName
{
background-color: #3E192E;
}
.BgClassName
{
background-color: #3E192E;
}
</style>
border-color css
<style>
span { border-color: #3E192E; }
span { border-color: rgb(62,25,46); }
td.TdClassName
{
border-color: #3E192E;
}
.TagClassName
{
border-color: #3E192E;
}
</style>