Shades of Blackberry #3E0E25
Tints of Blackberry #3E0E25
RGB
CMYK
RGB Variations
Color information
#3E0E25 (or 0x3E0E25) is known color: Blackberry. HEX triplet: 3E, 0E and 25. RGB value is (62,14,37). Sum of RGB (Red+Green+Blue) = 62+14+37=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0E25 is #C1F1DA. Grayscale: #1E1E1E. Windows color (decimal): -12710363 or 2428478. OLE color: 2428478.
HSL color Cylindrical-coordinate representation of color #3E0E25: hue angle of 331.25º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E0E25 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 14 | 37 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.76 |
| HSL | 331.25º | 0.63% | 0.15% | - |
| HSV(B) | 331.25º | 0.77% | 0.24% | - |
| XYZ | 2.48 | 1.47 | 1.9 | - |
| YUV | 30.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 37 | 0 | 0.77 | 0.40 | 0.76 | 331.25 | 0.63 | 0.15 |
| Hex | 3E | E | 25 | 0 | 4D | 28 | 4C | 14B | 3F | F |
| Octal | 76 | 16 | 45 | 0 | 115 | 50 | 114 | 513 | 77 | 17 |
| Binary | 111110 | 1110 | 100101 | 0 | 1001101 | 101000 | 1001100 | 101001011 | 111111 | 1111 |
Color Harmonies of #3E0E25
Complementary color
Monochromatic Colors of #3E0E25
Black with #3E0E25
Text Example
Text Example
White with #3E0E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0E25; }
p { color: rgb(62,14,37); }
H1.HeaderClassName
{
color: #3E0E25;
}
.AnyTagClassName
{
color: #3E0E25;
}
</style>
background-color css
<style>
a { background-color: #3E0E25; }
a { background-color: rgb(62,14,37); }
div.DivClassName
{
background-color: #3E0E25;
}
.BgClassName
{
background-color: #3E0E25;
}
</style>
border-color css
<style>
span { border-color: #3E0E25; }
span { border-color: rgb(62,14,37); }
td.TdClassName
{
border-color: #3E0E25;
}
.TagClassName
{
border-color: #3E0E25;
}
</style>