Shades of Blackberry #3E112C
Tints of Blackberry #3E112C
RGB
CMYK
RGB Variations
Color information
#3E112C (or 0x3E112C) is known color: Blackberry. HEX triplet: 3E, 11 and 2C. RGB value is (62,17,44). Sum of RGB (Red+Green+Blue) = 62+17+44=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E112C is #C1EED3. Grayscale: #212121. Windows color (decimal): -12709588 or 2887998. OLE color: 2887998.
HSL color Cylindrical-coordinate representation of color #3E112C: hue angle of 324º 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 #3E112C is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 17 | 44 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.76 |
| HSL | 324º | 0.57% | 0.15% | - |
| HSV(B) | 324º | 0.73% | 0.24% | - |
| XYZ | 2.64 | 1.61 | 2.55 | - |
| YUV | 33.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 44 | 0 | 0.73 | 0.29 | 0.76 | 324 | 0.57 | 0.15 |
| Hex | 3E | 11 | 2C | 0 | 49 | 1D | 4C | 144 | 39 | F |
| Octal | 76 | 21 | 54 | 0 | 111 | 35 | 114 | 504 | 71 | 17 |
| Binary | 111110 | 10001 | 101100 | 0 | 1001001 | 11101 | 1001100 | 101000100 | 111001 | 1111 |
Color Harmonies of #3E112C
Complementary color
Monochromatic Colors of #3E112C
Black with #3E112C
Text Example
Text Example
White with #3E112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E112C; }
p { color: rgb(62,17,44); }
H1.HeaderClassName
{
color: #3E112C;
}
.AnyTagClassName
{
color: #3E112C;
}
</style>
background-color css
<style>
a { background-color: #3E112C; }
a { background-color: rgb(62,17,44); }
div.DivClassName
{
background-color: #3E112C;
}
.BgClassName
{
background-color: #3E112C;
}
</style>
border-color css
<style>
span { border-color: #3E112C; }
span { border-color: rgb(62,17,44); }
td.TdClassName
{
border-color: #3E112C;
}
.TagClassName
{
border-color: #3E112C;
}
</style>