Shades of Blackberry #3E0B2C
Tints of Blackberry #3E0B2C
RGB
CMYK
RGB Variations
Color information
#3E0B2C (or 0x3E0B2C) is known color: Blackberry. HEX triplet: 3E, 0B and 2C. RGB value is (62,11,44). Sum of RGB (Red+Green+Blue) = 62+11+44=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B2C is #C1F4D3. Grayscale: #1D1D1D. Windows color (decimal): -12711124 or 2886462. OLE color: 2886462.
HSL color Cylindrical-coordinate representation of color #3E0B2C: hue angle of 321.18º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0B2C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 11 | 44 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.76 |
| HSL | 321.18º | 0.7% | 0.14% | - |
| HSV(B) | 321.18º | 0.82% | 0.24% | - |
| XYZ | 2.56 | 1.45 | 2.53 | - |
| YUV | 30.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 44 | 0 | 0.82 | 0.29 | 0.76 | 321.18 | 0.7 | 0.14 |
| Hex | 3E | B | 2C | 0 | 52 | 1D | 4C | 141 | 46 | E |
| Octal | 76 | 13 | 54 | 0 | 122 | 35 | 114 | 501 | 106 | 16 |
| Binary | 111110 | 1011 | 101100 | 0 | 1010010 | 11101 | 1001100 | 101000001 | 1000110 | 1110 |
Color Harmonies of #3E0B2C
Complementary color
Monochromatic Colors of #3E0B2C
Black with #3E0B2C
Text Example
Text Example
White with #3E0B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B2C; }
p { color: rgb(62,11,44); }
H1.HeaderClassName
{
color: #3E0B2C;
}
.AnyTagClassName
{
color: #3E0B2C;
}
</style>
background-color css
<style>
a { background-color: #3E0B2C; }
a { background-color: rgb(62,11,44); }
div.DivClassName
{
background-color: #3E0B2C;
}
.BgClassName
{
background-color: #3E0B2C;
}
</style>
border-color css
<style>
span { border-color: #3E0B2C; }
span { border-color: rgb(62,11,44); }
td.TdClassName
{
border-color: #3E0B2C;
}
.TagClassName
{
border-color: #3E0B2C;
}
</style>