Shades of Blackberry #3E0431
Tints of Blackberry #3E0431
RGB
CMYK
RGB Variations
Color information
#3E0431 (or 0x3E0431) is known color: Blackberry. HEX triplet: 3E, 04 and 31. RGB value is (62,4,49). Sum of RGB (Red+Green+Blue) = 62+4+49=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0431 is #C1FBCE. Grayscale: #1A1A1A. Windows color (decimal): -12712911 or 3212350. OLE color: 3212350.
HSL color Cylindrical-coordinate representation of color #3E0431: hue angle of 313.45º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0431 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 49 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.76 |
| HSL | 313.45º | 0.88% | 0.13% | - |
| HSV(B) | 313.45º | 0.94% | 0.24% | - |
| XYZ | 2.58 | 1.33 | 3.03 | - |
| YUV | 26.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 49 | 0 | 0.94 | 0.21 | 0.76 | 313.45 | 0.88 | 0.13 |
| Hex | 3E | 4 | 31 | 0 | 5E | 15 | 4C | 139 | 58 | D |
| Octal | 76 | 4 | 61 | 0 | 136 | 25 | 114 | 471 | 130 | 15 |
| Binary | 111110 | 100 | 110001 | 0 | 1011110 | 10101 | 1001100 | 100111001 | 1011000 | 1101 |
Color Harmonies of #3E0431
Complementary color
Monochromatic Colors of #3E0431
Black with #3E0431
Text Example
Text Example
White with #3E0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0431; }
p { color: rgb(62,4,49); }
H1.HeaderClassName
{
color: #3E0431;
}
.AnyTagClassName
{
color: #3E0431;
}
</style>
background-color css
<style>
a { background-color: #3E0431; }
a { background-color: rgb(62,4,49); }
div.DivClassName
{
background-color: #3E0431;
}
.BgClassName
{
background-color: #3E0431;
}
</style>
border-color css
<style>
span { border-color: #3E0431; }
span { border-color: rgb(62,4,49); }
td.TdClassName
{
border-color: #3E0431;
}
.TagClassName
{
border-color: #3E0431;
}
</style>