Shades of Blackberry #3E1F2F
Tints of Blackberry #3E1F2F
RGB
CMYK
RGB Variations
Color information
#3E1F2F (or 0x3E1F2F) is known color: Blackberry. HEX triplet: 3E, 1F and 2F. RGB value is (62,31,47). Sum of RGB (Red+Green+Blue) = 62+31+47=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F2F is #C1E0D0. Grayscale: #2A2A2A. Windows color (decimal): -12706001 or 3088190. OLE color: 3088190.
HSL color Cylindrical-coordinate representation of color #3E1F2F: hue angle of 329.03º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E1F2F is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 31 | 47 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.76 |
| HSL | 329.03º | 0.33% | 0.18% | - |
| HSV(B) | 329.03º | 0.5% | 0.24% | - |
| XYZ | 2.99 | 2.21 | 2.96 | - |
| YUV | 42.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 47 | 0 | 0.5 | 0.24 | 0.76 | 329.03 | 0.33 | 0.18 |
| Hex | 3E | 1F | 2F | 0 | 32 | 18 | 4C | 149 | 21 | 12 |
| Octal | 76 | 37 | 57 | 0 | 62 | 30 | 114 | 511 | 41 | 22 |
| Binary | 111110 | 11111 | 101111 | 0 | 110010 | 11000 | 1001100 | 101001001 | 100001 | 10010 |
Color Harmonies of #3E1F2F
Complementary color
Monochromatic Colors of #3E1F2F
Black with #3E1F2F
Text Example
Text Example
White with #3E1F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1F2F; }
p { color: rgb(62,31,47); }
H1.HeaderClassName
{
color: #3E1F2F;
}
.AnyTagClassName
{
color: #3E1F2F;
}
</style>
background-color css
<style>
a { background-color: #3E1F2F; }
a { background-color: rgb(62,31,47); }
div.DivClassName
{
background-color: #3E1F2F;
}
.BgClassName
{
background-color: #3E1F2F;
}
</style>
border-color css
<style>
span { border-color: #3E1F2F; }
span { border-color: rgb(62,31,47); }
td.TdClassName
{
border-color: #3E1F2F;
}
.TagClassName
{
border-color: #3E1F2F;
}
</style>