Shades of Blackberry #3E142A
Tints of Blackberry #3E142A
RGB
CMYK
RGB Variations
Color information
#3E142A (or 0x3E142A) is known color: Blackberry. HEX triplet: 3E, 14 and 2A. RGB value is (62,20,42). Sum of RGB (Red+Green+Blue) = 62+20+42=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E142A is #C1EBD5. Grayscale: #232323. Windows color (decimal): -12708822 or 2757694. OLE color: 2757694.
HSL color Cylindrical-coordinate representation of color #3E142A: hue angle of 328.57º 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 #3E142A is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 42 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.76 |
| HSL | 328.57º | 0.51% | 0.16% | - |
| HSV(B) | 328.57º | 0.68% | 0.24% | - |
| XYZ | 2.65 | 1.69 | 2.38 | - |
| YUV | 35.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 42 | 0 | 0.68 | 0.32 | 0.76 | 328.57 | 0.51 | 0.16 |
| Hex | 3E | 14 | 2A | 0 | 44 | 20 | 4C | 149 | 33 | 10 |
| Octal | 76 | 24 | 52 | 0 | 104 | 40 | 114 | 511 | 63 | 20 |
| Binary | 111110 | 10100 | 101010 | 0 | 1000100 | 100000 | 1001100 | 101001001 | 110011 | 10000 |
Color Harmonies of #3E142A
Complementary color
Monochromatic Colors of #3E142A
Black with #3E142A
Text Example
Text Example
White with #3E142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E142A; }
p { color: rgb(62,20,42); }
H1.HeaderClassName
{
color: #3E142A;
}
.AnyTagClassName
{
color: #3E142A;
}
</style>
background-color css
<style>
a { background-color: #3E142A; }
a { background-color: rgb(62,20,42); }
div.DivClassName
{
background-color: #3E142A;
}
.BgClassName
{
background-color: #3E142A;
}
</style>
border-color css
<style>
span { border-color: #3E142A; }
span { border-color: rgb(62,20,42); }
td.TdClassName
{
border-color: #3E142A;
}
.TagClassName
{
border-color: #3E142A;
}
</style>