Shades of Blackberry #3E182A
Tints of Blackberry #3E182A
RGB
CMYK
RGB Variations
Color information
#3E182A (or 0x3E182A) is known color: Blackberry. HEX triplet: 3E, 18 and 2A. RGB value is (62,24,42). Sum of RGB (Red+Green+Blue) = 62+24+42=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E182A is #C1E7D5. Grayscale: #252525. Windows color (decimal): -12707798 or 2758718. OLE color: 2758718.
HSL color Cylindrical-coordinate representation of color #3E182A: hue angle of 331.58º 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 #3E182A is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 42 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.76 |
| HSL | 331.58º | 0.44% | 0.17% | - |
| HSV(B) | 331.58º | 0.61% | 0.24% | - |
| XYZ | 2.73 | 1.84 | 2.4 | - |
| YUV | 37.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 42 | 0 | 0.61 | 0.32 | 0.76 | 331.58 | 0.44 | 0.17 |
| Hex | 3E | 18 | 2A | 0 | 3D | 20 | 4C | 14C | 2C | 11 |
| Octal | 76 | 30 | 52 | 0 | 75 | 40 | 114 | 514 | 54 | 21 |
| Binary | 111110 | 11000 | 101010 | 0 | 111101 | 100000 | 1001100 | 101001100 | 101100 | 10001 |
Color Harmonies of #3E182A
Complementary color
Monochromatic Colors of #3E182A
Black with #3E182A
Text Example
Text Example
White with #3E182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E182A; }
p { color: rgb(62,24,42); }
H1.HeaderClassName
{
color: #3E182A;
}
.AnyTagClassName
{
color: #3E182A;
}
</style>
background-color css
<style>
a { background-color: #3E182A; }
a { background-color: rgb(62,24,42); }
div.DivClassName
{
background-color: #3E182A;
}
.BgClassName
{
background-color: #3E182A;
}
</style>
border-color css
<style>
span { border-color: #3E182A; }
span { border-color: rgb(62,24,42); }
td.TdClassName
{
border-color: #3E182A;
}
.TagClassName
{
border-color: #3E182A;
}
</style>