Shades of Blackberry #3E042D
Tints of Blackberry #3E042D
RGB
CMYK
RGB Variations
Color information
#3E042D (or 0x3E042D) is known color: Blackberry. HEX triplet: 3E, 04 and 2D. RGB value is (62,4,45). Sum of RGB (Red+Green+Blue) = 62+4+45=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E042D is #C1FBD2. Grayscale: #191919. Windows color (decimal): -12712915 or 2950206. OLE color: 2950206.
HSL color Cylindrical-coordinate representation of color #3E042D: hue angle of 317.59º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E042D is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 45 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.76 |
| HSL | 317.59º | 0.88% | 0.13% | - |
| HSV(B) | 317.59º | 0.94% | 0.24% | - |
| XYZ | 2.5 | 1.3 | 2.6 | - |
| YUV | 26.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 45 | 0 | 0.94 | 0.27 | 0.76 | 317.59 | 0.88 | 0.13 |
| Hex | 3E | 4 | 2D | 0 | 5E | 1B | 4C | 13E | 58 | D |
| Octal | 76 | 4 | 55 | 0 | 136 | 33 | 114 | 476 | 130 | 15 |
| Binary | 111110 | 100 | 101101 | 0 | 1011110 | 11011 | 1001100 | 100111110 | 1011000 | 1101 |
Color Harmonies of #3E042D
Complementary color
Monochromatic Colors of #3E042D
Black with #3E042D
Text Example
Text Example
White with #3E042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E042D; }
p { color: rgb(62,4,45); }
H1.HeaderClassName
{
color: #3E042D;
}
.AnyTagClassName
{
color: #3E042D;
}
</style>
background-color css
<style>
a { background-color: #3E042D; }
a { background-color: rgb(62,4,45); }
div.DivClassName
{
background-color: #3E042D;
}
.BgClassName
{
background-color: #3E042D;
}
</style>
border-color css
<style>
span { border-color: #3E042D; }
span { border-color: rgb(62,4,45); }
td.TdClassName
{
border-color: #3E042D;
}
.TagClassName
{
border-color: #3E042D;
}
</style>