Shades of Blackberry #3E112A
Tints of Blackberry #3E112A
RGB
CMYK
RGB Variations
Color information
#3E112A (or 0x3E112A) is known color: Blackberry. HEX triplet: 3E, 11 and 2A. RGB value is (62,17,42). Sum of RGB (Red+Green+Blue) = 62+17+42=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E112A is #C1EED5. Grayscale: #212121. Windows color (decimal): -12709590 or 2756926. OLE color: 2756926.
HSL color Cylindrical-coordinate representation of color #3E112A: hue angle of 326.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E112A is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 17 | 42 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.76 |
| HSL | 326.67º | 0.57% | 0.15% | - |
| HSV(B) | 326.67º | 0.73% | 0.24% | - |
| XYZ | 2.6 | 1.59 | 2.36 | - |
| YUV | 33.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 42 | 0 | 0.73 | 0.32 | 0.76 | 326.67 | 0.57 | 0.15 |
| Hex | 3E | 11 | 2A | 0 | 49 | 20 | 4C | 147 | 39 | F |
| Octal | 76 | 21 | 52 | 0 | 111 | 40 | 114 | 507 | 71 | 17 |
| Binary | 111110 | 10001 | 101010 | 0 | 1001001 | 100000 | 1001100 | 101000111 | 111001 | 1111 |
Color Harmonies of #3E112A
Complementary color
Monochromatic Colors of #3E112A
Black with #3E112A
Text Example
Text Example
White with #3E112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E112A; }
p { color: rgb(62,17,42); }
H1.HeaderClassName
{
color: #3E112A;
}
.AnyTagClassName
{
color: #3E112A;
}
</style>
background-color css
<style>
a { background-color: #3E112A; }
a { background-color: rgb(62,17,42); }
div.DivClassName
{
background-color: #3E112A;
}
.BgClassName
{
background-color: #3E112A;
}
</style>
border-color css
<style>
span { border-color: #3E112A; }
span { border-color: rgb(62,17,42); }
td.TdClassName
{
border-color: #3E112A;
}
.TagClassName
{
border-color: #3E112A;
}
</style>