Shades of Blackberry #3E0524
Tints of Blackberry #3E0524
RGB
CMYK
RGB Variations
Color information
#3E0524 (or 0x3E0524) is known color: Blackberry. HEX triplet: 3E, 05 and 24. RGB value is (62,5,36). Sum of RGB (Red+Green+Blue) = 62+5+36=103 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.19% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0524 is #C1FADB. Grayscale: #191919. Windows color (decimal): -12712668 or 2360638. OLE color: 2360638.
HSL color Cylindrical-coordinate representation of color #3E0524: hue angle of 327.37º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0524 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 5 | 36 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.76 |
| HSL | 327.37º | 0.85% | 0.13% | - |
| HSV(B) | 327.37º | 0.92% | 0.24% | - |
| XYZ | 2.36 | 1.26 | 1.79 | - |
| YUV | 25.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 36 | 0 | 0.92 | 0.42 | 0.76 | 327.37 | 0.85 | 0.13 |
| Hex | 3E | 5 | 24 | 0 | 5C | 2A | 4C | 147 | 55 | D |
| Octal | 76 | 5 | 44 | 0 | 134 | 52 | 114 | 507 | 125 | 15 |
| Binary | 111110 | 101 | 100100 | 0 | 1011100 | 101010 | 1001100 | 101000111 | 1010101 | 1101 |
Color Harmonies of #3E0524
Complementary color
Monochromatic Colors of #3E0524
Black with #3E0524
Text Example
Text Example
White with #3E0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0524; }
p { color: rgb(62,5,36); }
H1.HeaderClassName
{
color: #3E0524;
}
.AnyTagClassName
{
color: #3E0524;
}
</style>
background-color css
<style>
a { background-color: #3E0524; }
a { background-color: rgb(62,5,36); }
div.DivClassName
{
background-color: #3E0524;
}
.BgClassName
{
background-color: #3E0524;
}
</style>
border-color css
<style>
span { border-color: #3E0524; }
span { border-color: rgb(62,5,36); }
td.TdClassName
{
border-color: #3E0524;
}
.TagClassName
{
border-color: #3E0524;
}
</style>