Shades of Blackberry #3E0D2F
Tints of Blackberry #3E0D2F
RGB
CMYK
RGB Variations
Color information
#3E0D2F (or 0x3E0D2F) is known color: Blackberry. HEX triplet: 3E, 0D and 2F. RGB value is (62,13,47). Sum of RGB (Red+Green+Blue) = 62+13+47=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0D2F is #C1F2D0. Grayscale: #1F1F1F. Windows color (decimal): -12710609 or 3083582. OLE color: 3083582.
HSL color Cylindrical-coordinate representation of color #3E0D2F: hue angle of 318.37º 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 #3E0D2F is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 13 | 47 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.76 |
| HSL | 318.37º | 0.65% | 0.15% | - |
| HSV(B) | 318.37º | 0.79% | 0.24% | - |
| XYZ | 2.64 | 1.52 | 2.84 | - |
| YUV | 31.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 47 | 0 | 0.79 | 0.24 | 0.76 | 318.37 | 0.65 | 0.15 |
| Hex | 3E | D | 2F | 0 | 4F | 18 | 4C | 13E | 41 | F |
| Octal | 76 | 15 | 57 | 0 | 117 | 30 | 114 | 476 | 101 | 17 |
| Binary | 111110 | 1101 | 101111 | 0 | 1001111 | 11000 | 1001100 | 100111110 | 1000001 | 1111 |
Color Harmonies of #3E0D2F
Complementary color
Monochromatic Colors of #3E0D2F
Black with #3E0D2F
Text Example
Text Example
White with #3E0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D2F; }
p { color: rgb(62,13,47); }
H1.HeaderClassName
{
color: #3E0D2F;
}
.AnyTagClassName
{
color: #3E0D2F;
}
</style>
background-color css
<style>
a { background-color: #3E0D2F; }
a { background-color: rgb(62,13,47); }
div.DivClassName
{
background-color: #3E0D2F;
}
.BgClassName
{
background-color: #3E0D2F;
}
</style>
border-color css
<style>
span { border-color: #3E0D2F; }
span { border-color: rgb(62,13,47); }
td.TdClassName
{
border-color: #3E0D2F;
}
.TagClassName
{
border-color: #3E0D2F;
}
</style>