Shades of Blackberry #3E1224
Tints of Blackberry #3E1224
RGB
CMYK
RGB Variations
Color information
#3E1224 (or 0x3E1224) is known color: Blackberry. HEX triplet: 3E, 12 and 24. RGB value is (62,18,36). Sum of RGB (Red+Green+Blue) = 62+18+36=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1224 is #C1EDDB. Grayscale: #212121. Windows color (decimal): -12709340 or 2363966. OLE color: 2363966.
HSL color Cylindrical-coordinate representation of color #3E1224: hue angle of 335.45º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1224 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 36 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.76 |
| HSL | 335.45º | 0.55% | 0.16% | - |
| HSV(B) | 335.45º | 0.71% | 0.24% | - |
| XYZ | 2.52 | 1.58 | 1.84 | - |
| YUV | 33.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 36 | 0 | 0.71 | 0.42 | 0.76 | 335.45 | 0.55 | 0.16 |
| Hex | 3E | 12 | 24 | 0 | 47 | 2A | 4C | 14F | 37 | 10 |
| Octal | 76 | 22 | 44 | 0 | 107 | 52 | 114 | 517 | 67 | 20 |
| Binary | 111110 | 10010 | 100100 | 0 | 1000111 | 101010 | 1001100 | 101001111 | 110111 | 10000 |
Color Harmonies of #3E1224
Complementary color
Monochromatic Colors of #3E1224
Black with #3E1224
Text Example
Text Example
White with #3E1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1224; }
p { color: rgb(62,18,36); }
H1.HeaderClassName
{
color: #3E1224;
}
.AnyTagClassName
{
color: #3E1224;
}
</style>
background-color css
<style>
a { background-color: #3E1224; }
a { background-color: rgb(62,18,36); }
div.DivClassName
{
background-color: #3E1224;
}
.BgClassName
{
background-color: #3E1224;
}
</style>
border-color css
<style>
span { border-color: #3E1224; }
span { border-color: rgb(62,18,36); }
td.TdClassName
{
border-color: #3E1224;
}
.TagClassName
{
border-color: #3E1224;
}
</style>