Shades of Blackberry #3E022E
Tints of Blackberry #3E022E
RGB
CMYK
RGB Variations
Color information
#3E022E (or 0x3E022E) is known color: Blackberry. HEX triplet: 3E, 02 and 2E. RGB value is (62,2,46). Sum of RGB (Red+Green+Blue) = 62+2+46=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E022E is #C1FDD1. Grayscale: #181818. Windows color (decimal): -12713426 or 3015230. OLE color: 3015230.
HSL color Cylindrical-coordinate representation of color #3E022E: hue angle of 316º 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 #3E022E is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 46 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.76 |
| HSL | 316º | 0.94% | 0.13% | - |
| HSV(B) | 316º | 0.97% | 0.24% | - |
| XYZ | 2.5 | 1.26 | 2.7 | - |
| YUV | 24.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 46 | 0 | 0.97 | 0.26 | 0.76 | 316 | 0.94 | 0.13 |
| Hex | 3E | 2 | 2E | 0 | 61 | 1A | 4C | 13C | 5E | D |
| Octal | 76 | 2 | 56 | 0 | 141 | 32 | 114 | 474 | 136 | 15 |
| Binary | 111110 | 10 | 101110 | 0 | 1100001 | 11010 | 1001100 | 100111100 | 1011110 | 1101 |
Color Harmonies of #3E022E
Complementary color
Monochromatic Colors of #3E022E
Black with #3E022E
Text Example
Text Example
White with #3E022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E022E; }
p { color: rgb(62,2,46); }
H1.HeaderClassName
{
color: #3E022E;
}
.AnyTagClassName
{
color: #3E022E;
}
</style>
background-color css
<style>
a { background-color: #3E022E; }
a { background-color: rgb(62,2,46); }
div.DivClassName
{
background-color: #3E022E;
}
.BgClassName
{
background-color: #3E022E;
}
</style>
border-color css
<style>
span { border-color: #3E022E; }
span { border-color: rgb(62,2,46); }
td.TdClassName
{
border-color: #3E022E;
}
.TagClassName
{
border-color: #3E022E;
}
</style>