Shades of Blackberry #3E0D34
Tints of Blackberry #3E0D34
RGB
CMYK
RGB Variations
Color information
#3E0D34 (or 0x3E0D34) is known color: Blackberry. HEX triplet: 3E, 0D and 34. RGB value is (62,13,52). Sum of RGB (Red+Green+Blue) = 62+13+52=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0D34 is #C1F2CB. Grayscale: #1F1F1F. Windows color (decimal): -12710604 or 3411262. OLE color: 3411262.
HSL color Cylindrical-coordinate representation of color #3E0D34: hue angle of 312.24º 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 #3E0D34 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 13 | 52 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.76 |
| HSL | 312.24º | 0.65% | 0.15% | - |
| HSV(B) | 312.24º | 0.79% | 0.24% | - |
| XYZ | 2.75 | 1.56 | 3.4 | - |
| YUV | 32.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 52 | 0 | 0.79 | 0.16 | 0.76 | 312.24 | 0.65 | 0.15 |
| Hex | 3E | D | 34 | 0 | 4F | 10 | 4C | 138 | 41 | F |
| Octal | 76 | 15 | 64 | 0 | 117 | 20 | 114 | 470 | 101 | 17 |
| Binary | 111110 | 1101 | 110100 | 0 | 1001111 | 10000 | 1001100 | 100111000 | 1000001 | 1111 |
Color Harmonies of #3E0D34
Complementary color
Monochromatic Colors of #3E0D34
Black with #3E0D34
Text Example
Text Example
White with #3E0D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D34; }
p { color: rgb(62,13,52); }
H1.HeaderClassName
{
color: #3E0D34;
}
.AnyTagClassName
{
color: #3E0D34;
}
</style>
background-color css
<style>
a { background-color: #3E0D34; }
a { background-color: rgb(62,13,52); }
div.DivClassName
{
background-color: #3E0D34;
}
.BgClassName
{
background-color: #3E0D34;
}
</style>
border-color css
<style>
span { border-color: #3E0D34; }
span { border-color: rgb(62,13,52); }
td.TdClassName
{
border-color: #3E0D34;
}
.TagClassName
{
border-color: #3E0D34;
}
</style>