Shades of Blackberry #3E192C
Tints of Blackberry #3E192C
RGB
CMYK
RGB Variations
Color information
#3E192C (or 0x3E192C) is known color: Blackberry. HEX triplet: 3E, 19 and 2C. RGB value is (62,25,44). Sum of RGB (Red+Green+Blue) = 62+25+44=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 62 - color contains mainly: red. Hex color #3E192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E192C is #C1E6D3. Grayscale: #262626. Windows color (decimal): -12707540 or 2890046. OLE color: 2890046.
HSL color Cylindrical-coordinate representation of color #3E192C: hue angle of 329.19º 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 #3E192C is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 44 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.76 |
| HSL | 329.19º | 0.43% | 0.17% | - |
| HSV(B) | 329.19º | 0.6% | 0.24% | - |
| XYZ | 2.79 | 1.9 | 2.6 | - |
| YUV | 38.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 44 | 0 | 0.60 | 0.29 | 0.76 | 329.19 | 0.43 | 0.17 |
| Hex | 3E | 19 | 2C | 0 | 3C | 1D | 4C | 149 | 2B | 11 |
| Octal | 76 | 31 | 54 | 0 | 74 | 35 | 114 | 511 | 53 | 21 |
| Binary | 111110 | 11001 | 101100 | 0 | 111100 | 11101 | 1001100 | 101001001 | 101011 | 10001 |
Color Harmonies of #3E192C
Complementary color
Monochromatic Colors of #3E192C
Black with #3E192C
Text Example
Text Example
White with #3E192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E192C; }
p { color: rgb(62,25,44); }
H1.HeaderClassName
{
color: #3E192C;
}
.AnyTagClassName
{
color: #3E192C;
}
</style>
background-color css
<style>
a { background-color: #3E192C; }
a { background-color: rgb(62,25,44); }
div.DivClassName
{
background-color: #3E192C;
}
.BgClassName
{
background-color: #3E192C;
}
</style>
border-color css
<style>
span { border-color: #3E192C; }
span { border-color: rgb(62,25,44); }
td.TdClassName
{
border-color: #3E192C;
}
.TagClassName
{
border-color: #3E192C;
}
</style>