Shades of Blackberry #3E122C
Tints of Blackberry #3E122C
RGB
CMYK
RGB Variations
Color information
#3E122C (or 0x3E122C) is known color: Blackberry. HEX triplet: 3E, 12 and 2C. RGB value is (62,18,44). Sum of RGB (Red+Green+Blue) = 62+18+44=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E122C is #C1EDD3. Grayscale: #222222. Windows color (decimal): -12709332 or 2888254. OLE color: 2888254.
HSL color Cylindrical-coordinate representation of color #3E122C: hue angle of 324.55º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E122C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 44 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.76 |
| HSL | 324.55º | 0.55% | 0.16% | - |
| HSV(B) | 324.55º | 0.71% | 0.24% | - |
| XYZ | 2.66 | 1.64 | 2.56 | - |
| YUV | 34.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 44 | 0 | 0.71 | 0.29 | 0.76 | 324.55 | 0.55 | 0.16 |
| Hex | 3E | 12 | 2C | 0 | 47 | 1D | 4C | 145 | 37 | 10 |
| Octal | 76 | 22 | 54 | 0 | 107 | 35 | 114 | 505 | 67 | 20 |
| Binary | 111110 | 10010 | 101100 | 0 | 1000111 | 11101 | 1001100 | 101000101 | 110111 | 10000 |
Color Harmonies of #3E122C
Complementary color
Monochromatic Colors of #3E122C
Black with #3E122C
Text Example
Text Example
White with #3E122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E122C; }
p { color: rgb(62,18,44); }
H1.HeaderClassName
{
color: #3E122C;
}
.AnyTagClassName
{
color: #3E122C;
}
</style>
background-color css
<style>
a { background-color: #3E122C; }
a { background-color: rgb(62,18,44); }
div.DivClassName
{
background-color: #3E122C;
}
.BgClassName
{
background-color: #3E122C;
}
</style>
border-color css
<style>
span { border-color: #3E122C; }
span { border-color: rgb(62,18,44); }
td.TdClassName
{
border-color: #3E122C;
}
.TagClassName
{
border-color: #3E122C;
}
</style>