Shades of Blackberry #3E0A25
Tints of Blackberry #3E0A25
RGB
CMYK
RGB Variations
Color information
#3E0A25 (or 0x3E0A25) is known color: Blackberry. HEX triplet: 3E, 0A and 25. RGB value is (62,10,37). Sum of RGB (Red+Green+Blue) = 62+10+37=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0A25 is #C1F5DA. Grayscale: #1C1C1C. Windows color (decimal): -12711387 or 2427454. OLE color: 2427454.
HSL color Cylindrical-coordinate representation of color #3E0A25: hue angle of 328.85º 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 #3E0A25 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 10 | 37 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.76 |
| HSL | 328.85º | 0.72% | 0.14% | - |
| HSV(B) | 328.85º | 0.84% | 0.24% | - |
| XYZ | 2.43 | 1.37 | 1.89 | - |
| YUV | 28.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 37 | 0 | 0.84 | 0.40 | 0.76 | 328.85 | 0.72 | 0.14 |
| Hex | 3E | A | 25 | 0 | 54 | 28 | 4C | 149 | 48 | E |
| Octal | 76 | 12 | 45 | 0 | 124 | 50 | 114 | 511 | 110 | 16 |
| Binary | 111110 | 1010 | 100101 | 0 | 1010100 | 101000 | 1001100 | 101001001 | 1001000 | 1110 |
Color Harmonies of #3E0A25
Complementary color
Monochromatic Colors of #3E0A25
Black with #3E0A25
Text Example
Text Example
White with #3E0A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A25; }
p { color: rgb(62,10,37); }
H1.HeaderClassName
{
color: #3E0A25;
}
.AnyTagClassName
{
color: #3E0A25;
}
</style>
background-color css
<style>
a { background-color: #3E0A25; }
a { background-color: rgb(62,10,37); }
div.DivClassName
{
background-color: #3E0A25;
}
.BgClassName
{
background-color: #3E0A25;
}
</style>
border-color css
<style>
span { border-color: #3E0A25; }
span { border-color: rgb(62,10,37); }
td.TdClassName
{
border-color: #3E0A25;
}
.TagClassName
{
border-color: #3E0A25;
}
</style>