Shades of Blackberry #3E0D21
Tints of Blackberry #3E0D21
RGB
CMYK
RGB Variations
Color information
#3E0D21 (or 0x3E0D21) is known color: Blackberry. HEX triplet: 3E, 0D and 21. RGB value is (62,13,33). Sum of RGB (Red+Green+Blue) = 62+13+33=108 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.41% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0D21 is #C1F2DE. Grayscale: #1D1D1D. Windows color (decimal): -12710623 or 2166078. OLE color: 2166078.
HSL color Cylindrical-coordinate representation of color #3E0D21: hue angle of 335.51º 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 #3E0D21 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 13 | 33 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.76 |
| HSL | 335.51º | 0.65% | 0.15% | - |
| HSV(B) | 335.51º | 0.79% | 0.24% | - |
| XYZ | 2.41 | 1.42 | 1.59 | - |
| YUV | 29.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 33 | 0 | 0.79 | 0.47 | 0.76 | 335.51 | 0.65 | 0.15 |
| Hex | 3E | D | 21 | 0 | 4F | 2F | 4C | 150 | 41 | F |
| Octal | 76 | 15 | 41 | 0 | 117 | 57 | 114 | 520 | 101 | 17 |
| Binary | 111110 | 1101 | 100001 | 0 | 1001111 | 101111 | 1001100 | 101010000 | 1000001 | 1111 |
Color Harmonies of #3E0D21
Complementary color
Monochromatic Colors of #3E0D21
Black with #3E0D21
Text Example
Text Example
White with #3E0D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D21; }
p { color: rgb(62,13,33); }
H1.HeaderClassName
{
color: #3E0D21;
}
.AnyTagClassName
{
color: #3E0D21;
}
</style>
background-color css
<style>
a { background-color: #3E0D21; }
a { background-color: rgb(62,13,33); }
div.DivClassName
{
background-color: #3E0D21;
}
.BgClassName
{
background-color: #3E0D21;
}
</style>
border-color css
<style>
span { border-color: #3E0D21; }
span { border-color: rgb(62,13,33); }
td.TdClassName
{
border-color: #3E0D21;
}
.TagClassName
{
border-color: #3E0D21;
}
</style>