Shades of Blackberry #3E1327
Tints of Blackberry #3E1327
RGB
CMYK
RGB Variations
Color information
#3E1327 (or 0x3E1327) is known color: Blackberry. HEX triplet: 3E, 13 and 27. RGB value is (62,19,39). Sum of RGB (Red+Green+Blue) = 62+19+39=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1327 is #C1ECD8. Grayscale: #222222. Windows color (decimal): -12709081 or 2560830. OLE color: 2560830.
HSL color Cylindrical-coordinate representation of color #3E1327: hue angle of 332.09º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E1327 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 39 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.76 |
| HSL | 332.09º | 0.53% | 0.16% | - |
| HSV(B) | 332.09º | 0.69% | 0.24% | - |
| XYZ | 2.59 | 1.64 | 2.1 | - |
| YUV | 34.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 39 | 0 | 0.69 | 0.37 | 0.76 | 332.09 | 0.53 | 0.16 |
| Hex | 3E | 13 | 27 | 0 | 45 | 25 | 4C | 14C | 35 | 10 |
| Octal | 76 | 23 | 47 | 0 | 105 | 45 | 114 | 514 | 65 | 20 |
| Binary | 111110 | 10011 | 100111 | 0 | 1000101 | 100101 | 1001100 | 101001100 | 110101 | 10000 |
Color Harmonies of #3E1327
Complementary color
Monochromatic Colors of #3E1327
Black with #3E1327
Text Example
Text Example
White with #3E1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1327; }
p { color: rgb(62,19,39); }
H1.HeaderClassName
{
color: #3E1327;
}
.AnyTagClassName
{
color: #3E1327;
}
</style>
background-color css
<style>
a { background-color: #3E1327; }
a { background-color: rgb(62,19,39); }
div.DivClassName
{
background-color: #3E1327;
}
.BgClassName
{
background-color: #3E1327;
}
</style>
border-color css
<style>
span { border-color: #3E1327; }
span { border-color: rgb(62,19,39); }
td.TdClassName
{
border-color: #3E1327;
}
.TagClassName
{
border-color: #3E1327;
}
</style>