Shades of Blackberry #3E1B2C
Tints of Blackberry #3E1B2C
RGB
CMYK
RGB Variations
Color information
#3E1B2C (or 0x3E1B2C) is known color: Blackberry. HEX triplet: 3E, 1B and 2C. RGB value is (62,27,44). Sum of RGB (Red+Green+Blue) = 62+27+44=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B2C is #C1E4D3. Grayscale: #272727. Windows color (decimal): -12707028 or 2890558. OLE color: 2890558.
HSL color Cylindrical-coordinate representation of color #3E1B2C: hue angle of 330.86º 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 #3E1B2C is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 44 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.76 |
| HSL | 330.86º | 0.39% | 0.17% | - |
| HSV(B) | 330.86º | 0.56% | 0.24% | - |
| XYZ | 2.83 | 1.99 | 2.62 | - |
| YUV | 39.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 44 | 0 | 0.56 | 0.29 | 0.76 | 330.86 | 0.39 | 0.17 |
| Hex | 3E | 1B | 2C | 0 | 38 | 1D | 4C | 14B | 27 | 11 |
| Octal | 76 | 33 | 54 | 0 | 70 | 35 | 114 | 513 | 47 | 21 |
| Binary | 111110 | 11011 | 101100 | 0 | 111000 | 11101 | 1001100 | 101001011 | 100111 | 10001 |
Color Harmonies of #3E1B2C
Complementary color
Monochromatic Colors of #3E1B2C
Black with #3E1B2C
Text Example
Text Example
White with #3E1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B2C; }
p { color: rgb(62,27,44); }
H1.HeaderClassName
{
color: #3E1B2C;
}
.AnyTagClassName
{
color: #3E1B2C;
}
</style>
background-color css
<style>
a { background-color: #3E1B2C; }
a { background-color: rgb(62,27,44); }
div.DivClassName
{
background-color: #3E1B2C;
}
.BgClassName
{
background-color: #3E1B2C;
}
</style>
border-color css
<style>
span { border-color: #3E1B2C; }
span { border-color: rgb(62,27,44); }
td.TdClassName
{
border-color: #3E1B2C;
}
.TagClassName
{
border-color: #3E1B2C;
}
</style>