Shades of Blackberry #3E062D
Tints of Blackberry #3E062D
RGB
CMYK
RGB Variations
Color information
#3E062D (or 0x3E062D) is known color: Blackberry. HEX triplet: 3E, 06 and 2D. RGB value is (62,6,45). Sum of RGB (Red+Green+Blue) = 62+6+45=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E062D is #C1F9D2. Grayscale: #1B1B1B. Windows color (decimal): -12712403 or 2950718. OLE color: 2950718.
HSL color Cylindrical-coordinate representation of color #3E062D: hue angle of 318.21º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E062D is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 6 | 45 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.76 |
| HSL | 318.21º | 0.82% | 0.13% | - |
| HSV(B) | 318.21º | 0.9% | 0.24% | - |
| XYZ | 2.53 | 1.34 | 2.61 | - |
| YUV | 27.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 45 | 0 | 0.90 | 0.27 | 0.76 | 318.21 | 0.82 | 0.13 |
| Hex | 3E | 6 | 2D | 0 | 5A | 1B | 4C | 13E | 52 | D |
| Octal | 76 | 6 | 55 | 0 | 132 | 33 | 114 | 476 | 122 | 15 |
| Binary | 111110 | 110 | 101101 | 0 | 1011010 | 11011 | 1001100 | 100111110 | 1010010 | 1101 |
Color Harmonies of #3E062D
Complementary color
Monochromatic Colors of #3E062D
Black with #3E062D
Text Example
Text Example
White with #3E062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E062D; }
p { color: rgb(62,6,45); }
H1.HeaderClassName
{
color: #3E062D;
}
.AnyTagClassName
{
color: #3E062D;
}
</style>
background-color css
<style>
a { background-color: #3E062D; }
a { background-color: rgb(62,6,45); }
div.DivClassName
{
background-color: #3E062D;
}
.BgClassName
{
background-color: #3E062D;
}
</style>
border-color css
<style>
span { border-color: #3E062D; }
span { border-color: rgb(62,6,45); }
td.TdClassName
{
border-color: #3E062D;
}
.TagClassName
{
border-color: #3E062D;
}
</style>