Shades of Blackberry #3E142F
Tints of Blackberry #3E142F
RGB
CMYK
RGB Variations
Color information
#3E142F (or 0x3E142F) is known color: Blackberry. HEX triplet: 3E, 14 and 2F. RGB value is (62,20,47). Sum of RGB (Red+Green+Blue) = 62+20+47=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E142F is #C1EBD0. Grayscale: #232323. Windows color (decimal): -12708817 or 3085374. OLE color: 3085374.
HSL color Cylindrical-coordinate representation of color #3E142F: hue angle of 321.43º 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 #3E142F is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 47 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.76 |
| HSL | 321.43º | 0.51% | 0.16% | - |
| HSV(B) | 321.43º | 0.68% | 0.24% | - |
| XYZ | 2.75 | 1.73 | 2.88 | - |
| YUV | 35.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 47 | 0 | 0.68 | 0.24 | 0.76 | 321.43 | 0.51 | 0.16 |
| Hex | 3E | 14 | 2F | 0 | 44 | 18 | 4C | 141 | 33 | 10 |
| Octal | 76 | 24 | 57 | 0 | 104 | 30 | 114 | 501 | 63 | 20 |
| Binary | 111110 | 10100 | 101111 | 0 | 1000100 | 11000 | 1001100 | 101000001 | 110011 | 10000 |
Color Harmonies of #3E142F
Complementary color
Monochromatic Colors of #3E142F
Black with #3E142F
Text Example
Text Example
White with #3E142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E142F; }
p { color: rgb(62,20,47); }
H1.HeaderClassName
{
color: #3E142F;
}
.AnyTagClassName
{
color: #3E142F;
}
</style>
background-color css
<style>
a { background-color: #3E142F; }
a { background-color: rgb(62,20,47); }
div.DivClassName
{
background-color: #3E142F;
}
.BgClassName
{
background-color: #3E142F;
}
</style>
border-color css
<style>
span { border-color: #3E142F; }
span { border-color: rgb(62,20,47); }
td.TdClassName
{
border-color: #3E142F;
}
.TagClassName
{
border-color: #3E142F;
}
</style>