Shades of Blackberry #3E182C
Tints of Blackberry #3E182C
RGB
CMYK
RGB Variations
Color information
#3E182C (or 0x3E182C) is known color: Blackberry. HEX triplet: 3E, 18 and 2C. RGB value is (62,24,44). Sum of RGB (Red+Green+Blue) = 62+24+44=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E182C is #C1E7D3. Grayscale: #252525. Windows color (decimal): -12707796 or 2889790. OLE color: 2889790.
HSL color Cylindrical-coordinate representation of color #3E182C: hue angle of 328.42º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E182C is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 44 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.76 |
| HSL | 328.42º | 0.44% | 0.17% | - |
| HSV(B) | 328.42º | 0.61% | 0.24% | - |
| XYZ | 2.77 | 1.86 | 2.6 | - |
| YUV | 37.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 44 | 0 | 0.61 | 0.29 | 0.76 | 328.42 | 0.44 | 0.17 |
| Hex | 3E | 18 | 2C | 0 | 3D | 1D | 4C | 148 | 2C | 11 |
| Octal | 76 | 30 | 54 | 0 | 75 | 35 | 114 | 510 | 54 | 21 |
| Binary | 111110 | 11000 | 101100 | 0 | 111101 | 11101 | 1001100 | 101001000 | 101100 | 10001 |
Color Harmonies of #3E182C
Complementary color
Monochromatic Colors of #3E182C
Black with #3E182C
Text Example
Text Example
White with #3E182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E182C; }
p { color: rgb(62,24,44); }
H1.HeaderClassName
{
color: #3E182C;
}
.AnyTagClassName
{
color: #3E182C;
}
</style>
background-color css
<style>
a { background-color: #3E182C; }
a { background-color: rgb(62,24,44); }
div.DivClassName
{
background-color: #3E182C;
}
.BgClassName
{
background-color: #3E182C;
}
</style>
border-color css
<style>
span { border-color: #3E182C; }
span { border-color: rgb(62,24,44); }
td.TdClassName
{
border-color: #3E182C;
}
.TagClassName
{
border-color: #3E182C;
}
</style>