Shades of Blackberry #3E0A27
Tints of Blackberry #3E0A27
RGB
CMYK
RGB Variations
Color information
#3E0A27 (or 0x3E0A27) is known color: Blackberry. HEX triplet: 3E, 0A and 27. RGB value is (62,10,39). Sum of RGB (Red+Green+Blue) = 62+10+39=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0A27 is #C1F5D8. Grayscale: #1C1C1C. Windows color (decimal): -12711385 or 2558526. OLE color: 2558526.
HSL color Cylindrical-coordinate representation of color #3E0A27: hue angle of 326.54º 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 #3E0A27 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 10 | 39 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.76 |
| HSL | 326.54º | 0.72% | 0.14% | - |
| HSV(B) | 326.54º | 0.84% | 0.24% | - |
| XYZ | 2.46 | 1.39 | 2.06 | - |
| YUV | 28.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 39 | 0 | 0.84 | 0.37 | 0.76 | 326.54 | 0.72 | 0.14 |
| Hex | 3E | A | 27 | 0 | 54 | 25 | 4C | 147 | 48 | E |
| Octal | 76 | 12 | 47 | 0 | 124 | 45 | 114 | 507 | 110 | 16 |
| Binary | 111110 | 1010 | 100111 | 0 | 1010100 | 100101 | 1001100 | 101000111 | 1001000 | 1110 |
Color Harmonies of #3E0A27
Complementary color
Monochromatic Colors of #3E0A27
Black with #3E0A27
Text Example
Text Example
White with #3E0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A27; }
p { color: rgb(62,10,39); }
H1.HeaderClassName
{
color: #3E0A27;
}
.AnyTagClassName
{
color: #3E0A27;
}
</style>
background-color css
<style>
a { background-color: #3E0A27; }
a { background-color: rgb(62,10,39); }
div.DivClassName
{
background-color: #3E0A27;
}
.BgClassName
{
background-color: #3E0A27;
}
</style>
border-color css
<style>
span { border-color: #3E0A27; }
span { border-color: rgb(62,10,39); }
td.TdClassName
{
border-color: #3E0A27;
}
.TagClassName
{
border-color: #3E0A27;
}
</style>