Shades of Blackberry #3E0529
Tints of Blackberry #3E0529
RGB
CMYK
RGB Variations
Color information
#3E0529 (or 0x3E0529) is known color: Blackberry. HEX triplet: 3E, 05 and 29. RGB value is (62,5,41). Sum of RGB (Red+Green+Blue) = 62+5+41=108 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.41% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0529 is #C1FAD6. Grayscale: #1A1A1A. Windows color (decimal): -12712663 or 2688318. OLE color: 2688318.
HSL color Cylindrical-coordinate representation of color #3E0529: hue angle of 322.11º 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 #3E0529 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 5 | 41 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.76 |
| HSL | 322.11º | 0.85% | 0.13% | - |
| HSV(B) | 322.11º | 0.92% | 0.24% | - |
| XYZ | 2.44 | 1.29 | 2.22 | - |
| YUV | 26.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 41 | 0 | 0.92 | 0.34 | 0.76 | 322.11 | 0.85 | 0.13 |
| Hex | 3E | 5 | 29 | 0 | 5C | 22 | 4C | 142 | 55 | D |
| Octal | 76 | 5 | 51 | 0 | 134 | 42 | 114 | 502 | 125 | 15 |
| Binary | 111110 | 101 | 101001 | 0 | 1011100 | 100010 | 1001100 | 101000010 | 1010101 | 1101 |
Color Harmonies of #3E0529
Complementary color
Monochromatic Colors of #3E0529
Black with #3E0529
Text Example
Text Example
White with #3E0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0529; }
p { color: rgb(62,5,41); }
H1.HeaderClassName
{
color: #3E0529;
}
.AnyTagClassName
{
color: #3E0529;
}
</style>
background-color css
<style>
a { background-color: #3E0529; }
a { background-color: rgb(62,5,41); }
div.DivClassName
{
background-color: #3E0529;
}
.BgClassName
{
background-color: #3E0529;
}
</style>
border-color css
<style>
span { border-color: #3E0529; }
span { border-color: rgb(62,5,41); }
td.TdClassName
{
border-color: #3E0529;
}
.TagClassName
{
border-color: #3E0529;
}
</style>