Shades of Blackberry #3E0D31
Tints of Blackberry #3E0D31
RGB
CMYK
RGB Variations
Color information
#3E0D31 (or 0x3E0D31) is known color: Blackberry. HEX triplet: 3E, 0D and 31. RGB value is (62,13,49). Sum of RGB (Red+Green+Blue) = 62+13+49=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0D31 is #C1F2CE. Grayscale: #1F1F1F. Windows color (decimal): -12710607 or 3214654. OLE color: 3214654.
HSL color Cylindrical-coordinate representation of color #3E0D31: hue angle of 315.92º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E0D31 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 13 | 49 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.76 |
| HSL | 315.92º | 0.65% | 0.15% | - |
| HSV(B) | 315.92º | 0.79% | 0.24% | - |
| XYZ | 2.68 | 1.53 | 3.06 | - |
| YUV | 31.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 49 | 0 | 0.79 | 0.21 | 0.76 | 315.92 | 0.65 | 0.15 |
| Hex | 3E | D | 31 | 0 | 4F | 15 | 4C | 13C | 41 | F |
| Octal | 76 | 15 | 61 | 0 | 117 | 25 | 114 | 474 | 101 | 17 |
| Binary | 111110 | 1101 | 110001 | 0 | 1001111 | 10101 | 1001100 | 100111100 | 1000001 | 1111 |
Color Harmonies of #3E0D31
Complementary color
Monochromatic Colors of #3E0D31
Black with #3E0D31
Text Example
Text Example
White with #3E0D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D31; }
p { color: rgb(62,13,49); }
H1.HeaderClassName
{
color: #3E0D31;
}
.AnyTagClassName
{
color: #3E0D31;
}
</style>
background-color css
<style>
a { background-color: #3E0D31; }
a { background-color: rgb(62,13,49); }
div.DivClassName
{
background-color: #3E0D31;
}
.BgClassName
{
background-color: #3E0D31;
}
</style>
border-color css
<style>
span { border-color: #3E0D31; }
span { border-color: rgb(62,13,49); }
td.TdClassName
{
border-color: #3E0D31;
}
.TagClassName
{
border-color: #3E0D31;
}
</style>