Shades of Blackberry #3E1B2B
Tints of Blackberry #3E1B2B
RGB
CMYK
RGB Variations
Color information
#3E1B2B (or 0x3E1B2B) is known color: Blackberry. HEX triplet: 3E, 1B and 2B. RGB value is (62,27,43). Sum of RGB (Red+Green+Blue) = 62+27+43=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B2B is #C1E4D4. Grayscale: #272727. Windows color (decimal): -12707029 or 2825022. OLE color: 2825022.
HSL color Cylindrical-coordinate representation of color #3E1B2B: hue angle of 332.57º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E1B2B is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 43 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.76 |
| HSL | 332.57º | 0.39% | 0.17% | - |
| HSV(B) | 332.57º | 0.56% | 0.24% | - |
| XYZ | 2.81 | 1.98 | 2.52 | - |
| YUV | 39.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 43 | 0 | 0.56 | 0.31 | 0.76 | 332.57 | 0.39 | 0.17 |
| Hex | 3E | 1B | 2B | 0 | 38 | 1F | 4C | 14D | 27 | 11 |
| Octal | 76 | 33 | 53 | 0 | 70 | 37 | 114 | 515 | 47 | 21 |
| Binary | 111110 | 11011 | 101011 | 0 | 111000 | 11111 | 1001100 | 101001101 | 100111 | 10001 |
Color Harmonies of #3E1B2B
Complementary color
Monochromatic Colors of #3E1B2B
Black with #3E1B2B
Text Example
Text Example
White with #3E1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B2B; }
p { color: rgb(62,27,43); }
H1.HeaderClassName
{
color: #3E1B2B;
}
.AnyTagClassName
{
color: #3E1B2B;
}
</style>
background-color css
<style>
a { background-color: #3E1B2B; }
a { background-color: rgb(62,27,43); }
div.DivClassName
{
background-color: #3E1B2B;
}
.BgClassName
{
background-color: #3E1B2B;
}
</style>
border-color css
<style>
span { border-color: #3E1B2B; }
span { border-color: rgb(62,27,43); }
td.TdClassName
{
border-color: #3E1B2B;
}
.TagClassName
{
border-color: #3E1B2B;
}
</style>