Shades of Blackberry #3E0532
Tints of Blackberry #3E0532
RGB
CMYK
RGB Variations
Color information
#3E0532 (or 0x3E0532) is known color: Blackberry. HEX triplet: 3E, 05 and 32. RGB value is (62,5,50). Sum of RGB (Red+Green+Blue) = 62+5+50=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0532 is #C1FACD. Grayscale: #1B1B1B. Windows color (decimal): -12712654 or 3278142. OLE color: 3278142.
HSL color Cylindrical-coordinate representation of color #3E0532: hue angle of 312.63º 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 #3E0532 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 5 | 50 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.76 |
| HSL | 312.63º | 0.85% | 0.13% | - |
| HSV(B) | 312.63º | 0.92% | 0.24% | - |
| XYZ | 2.62 | 1.36 | 3.14 | - |
| YUV | 27.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 50 | 0 | 0.92 | 0.19 | 0.76 | 312.63 | 0.85 | 0.13 |
| Hex | 3E | 5 | 32 | 0 | 5C | 13 | 4C | 139 | 55 | D |
| Octal | 76 | 5 | 62 | 0 | 134 | 23 | 114 | 471 | 125 | 15 |
| Binary | 111110 | 101 | 110010 | 0 | 1011100 | 10011 | 1001100 | 100111001 | 1010101 | 1101 |
Color Harmonies of #3E0532
Complementary color
Monochromatic Colors of #3E0532
Black with #3E0532
Text Example
Text Example
White with #3E0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0532; }
p { color: rgb(62,5,50); }
H1.HeaderClassName
{
color: #3E0532;
}
.AnyTagClassName
{
color: #3E0532;
}
</style>
background-color css
<style>
a { background-color: #3E0532; }
a { background-color: rgb(62,5,50); }
div.DivClassName
{
background-color: #3E0532;
}
.BgClassName
{
background-color: #3E0532;
}
</style>
border-color css
<style>
span { border-color: #3E0532; }
span { border-color: rgb(62,5,50); }
td.TdClassName
{
border-color: #3E0532;
}
.TagClassName
{
border-color: #3E0532;
}
</style>