Shades of Blackberry #3E021D
Tints of Blackberry #3E021D
RGB
CMYK
RGB Variations
Color information
#3E021D (or 0x3E021D) is known color: Blackberry. HEX triplet: 3E, 02 and 1D. RGB value is (62,2,29). Sum of RGB (Red+Green+Blue) = 62+2+29=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E021D is #C1FDE2. Grayscale: #161616. Windows color (decimal): -12713443 or 1901118. OLE color: 1901118.
HSL color Cylindrical-coordinate representation of color #3E021D: hue angle of 333º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E021D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 29 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.76 |
| HSL | 333º | 0.94% | 0.13% | - |
| HSV(B) | 333º | 0.97% | 0.24% | - |
| XYZ | 2.23 | 1.16 | 1.27 | - |
| YUV | 23.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 29 | 0 | 0.97 | 0.53 | 0.76 | 333 | 0.94 | 0.13 |
| Hex | 3E | 2 | 1D | 0 | 61 | 35 | 4C | 14D | 5E | D |
| Octal | 76 | 2 | 35 | 0 | 141 | 65 | 114 | 515 | 136 | 15 |
| Binary | 111110 | 10 | 11101 | 0 | 1100001 | 110101 | 1001100 | 101001101 | 1011110 | 1101 |
Color Harmonies of #3E021D
Complementary color
Monochromatic Colors of #3E021D
Black with #3E021D
Text Example
Text Example
White with #3E021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E021D; }
p { color: rgb(62,2,29); }
H1.HeaderClassName
{
color: #3E021D;
}
.AnyTagClassName
{
color: #3E021D;
}
</style>
background-color css
<style>
a { background-color: #3E021D; }
a { background-color: rgb(62,2,29); }
div.DivClassName
{
background-color: #3E021D;
}
.BgClassName
{
background-color: #3E021D;
}
</style>
border-color css
<style>
span { border-color: #3E021D; }
span { border-color: rgb(62,2,29); }
td.TdClassName
{
border-color: #3E021D;
}
.TagClassName
{
border-color: #3E021D;
}
</style>