Shades of Blackberry #3E142C
Tints of Blackberry #3E142C
RGB
CMYK
RGB Variations
Color information
#3E142C (or 0x3E142C) is known color: Blackberry. HEX triplet: 3E, 14 and 2C. RGB value is (62,20,44). Sum of RGB (Red+Green+Blue) = 62+20+44=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E142C is #C1EBD3. Grayscale: #232323. Windows color (decimal): -12708820 or 2888766. OLE color: 2888766.
HSL color Cylindrical-coordinate representation of color #3E142C: hue angle of 325.71º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E142C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 44 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.76 |
| HSL | 325.71º | 0.51% | 0.16% | - |
| HSV(B) | 325.71º | 0.68% | 0.24% | - |
| XYZ | 2.69 | 1.71 | 2.57 | - |
| YUV | 35.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 44 | 0 | 0.68 | 0.29 | 0.76 | 325.71 | 0.51 | 0.16 |
| Hex | 3E | 14 | 2C | 0 | 44 | 1D | 4C | 146 | 33 | 10 |
| Octal | 76 | 24 | 54 | 0 | 104 | 35 | 114 | 506 | 63 | 20 |
| Binary | 111110 | 10100 | 101100 | 0 | 1000100 | 11101 | 1001100 | 101000110 | 110011 | 10000 |
Color Harmonies of #3E142C
Complementary color
Monochromatic Colors of #3E142C
Black with #3E142C
Text Example
Text Example
White with #3E142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E142C; }
p { color: rgb(62,20,44); }
H1.HeaderClassName
{
color: #3E142C;
}
.AnyTagClassName
{
color: #3E142C;
}
</style>
background-color css
<style>
a { background-color: #3E142C; }
a { background-color: rgb(62,20,44); }
div.DivClassName
{
background-color: #3E142C;
}
.BgClassName
{
background-color: #3E142C;
}
</style>
border-color css
<style>
span { border-color: #3E142C; }
span { border-color: rgb(62,20,44); }
td.TdClassName
{
border-color: #3E142C;
}
.TagClassName
{
border-color: #3E142C;
}
</style>