Shades of Blackberry #3E1B2E
Tints of Blackberry #3E1B2E
RGB
CMYK
RGB Variations
Color information
#3E1B2E (or 0x3E1B2E) is known color: Blackberry. HEX triplet: 3E, 1B and 2E. RGB value is (62,27,46). Sum of RGB (Red+Green+Blue) = 62+27+46=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B2E is #C1E4D1. Grayscale: #272727. Windows color (decimal): -12707026 or 3021630. OLE color: 3021630.
HSL color Cylindrical-coordinate representation of color #3E1B2E: hue angle of 327.43º 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 #3E1B2E is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 46 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.76 |
| HSL | 327.43º | 0.39% | 0.17% | - |
| HSV(B) | 327.43º | 0.56% | 0.24% | - |
| XYZ | 2.87 | 2.01 | 2.82 | - |
| YUV | 39.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 46 | 0 | 0.56 | 0.26 | 0.76 | 327.43 | 0.39 | 0.17 |
| Hex | 3E | 1B | 2E | 0 | 38 | 1A | 4C | 147 | 27 | 11 |
| Octal | 76 | 33 | 56 | 0 | 70 | 32 | 114 | 507 | 47 | 21 |
| Binary | 111110 | 11011 | 101110 | 0 | 111000 | 11010 | 1001100 | 101000111 | 100111 | 10001 |
Color Harmonies of #3E1B2E
Complementary color
Monochromatic Colors of #3E1B2E
Black with #3E1B2E
Text Example
Text Example
White with #3E1B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B2E; }
p { color: rgb(62,27,46); }
H1.HeaderClassName
{
color: #3E1B2E;
}
.AnyTagClassName
{
color: #3E1B2E;
}
</style>
background-color css
<style>
a { background-color: #3E1B2E; }
a { background-color: rgb(62,27,46); }
div.DivClassName
{
background-color: #3E1B2E;
}
.BgClassName
{
background-color: #3E1B2E;
}
</style>
border-color css
<style>
span { border-color: #3E1B2E; }
span { border-color: rgb(62,27,46); }
td.TdClassName
{
border-color: #3E1B2E;
}
.TagClassName
{
border-color: #3E1B2E;
}
</style>