Shades of Blackberry #3E0A31
Tints of Blackberry #3E0A31
RGB
CMYK
RGB Variations
Color information
#3E0A31 (or 0x3E0A31) is known color: Blackberry. HEX triplet: 3E, 0A and 31. RGB value is (62,10,49). Sum of RGB (Red+Green+Blue) = 62+10+49=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0A31 is #C1F5CE. Grayscale: #1D1D1D. Windows color (decimal): -12711375 or 3213886. OLE color: 3213886.
HSL color Cylindrical-coordinate representation of color #3E0A31: hue angle of 315º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E0A31 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 10 | 49 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.76 |
| HSL | 315º | 0.72% | 0.14% | - |
| HSV(B) | 315º | 0.84% | 0.24% | - |
| XYZ | 2.65 | 1.46 | 3.05 | - |
| YUV | 29.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 49 | 0 | 0.84 | 0.21 | 0.76 | 315 | 0.72 | 0.14 |
| Hex | 3E | A | 31 | 0 | 54 | 15 | 4C | 13B | 48 | E |
| Octal | 76 | 12 | 61 | 0 | 124 | 25 | 114 | 473 | 110 | 16 |
| Binary | 111110 | 1010 | 110001 | 0 | 1010100 | 10101 | 1001100 | 100111011 | 1001000 | 1110 |
Color Harmonies of #3E0A31
Complementary color
Monochromatic Colors of #3E0A31
Black with #3E0A31
Text Example
Text Example
White with #3E0A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A31; }
p { color: rgb(62,10,49); }
H1.HeaderClassName
{
color: #3E0A31;
}
.AnyTagClassName
{
color: #3E0A31;
}
</style>
background-color css
<style>
a { background-color: #3E0A31; }
a { background-color: rgb(62,10,49); }
div.DivClassName
{
background-color: #3E0A31;
}
.BgClassName
{
background-color: #3E0A31;
}
</style>
border-color css
<style>
span { border-color: #3E0A31; }
span { border-color: rgb(62,10,49); }
td.TdClassName
{
border-color: #3E0A31;
}
.TagClassName
{
border-color: #3E0A31;
}
</style>