Shades of Blackberry #3E0C24
Tints of Blackberry #3E0C24
RGB
CMYK
RGB Variations
Color information
#3E0C24 (or 0x3E0C24) is known color: Blackberry. HEX triplet: 3E, 0C and 24. RGB value is (62,12,36). Sum of RGB (Red+Green+Blue) = 62+12+36=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0C24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0C24 is #C1F3DB. Grayscale: #1D1D1D. Windows color (decimal): -12710876 or 2362430. OLE color: 2362430.
HSL color Cylindrical-coordinate representation of color #3E0C24: hue angle of 331.2º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E0C24 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 12 | 36 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.76 |
| HSL | 331.2º | 0.68% | 0.15% | - |
| HSV(B) | 331.2º | 0.81% | 0.24% | - |
| XYZ | 2.44 | 1.41 | 1.81 | - |
| YUV | 29.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 12 | 36 | 0 | 0.81 | 0.42 | 0.76 | 331.2 | 0.68 | 0.15 |
| Hex | 3E | C | 24 | 0 | 51 | 2A | 4C | 14B | 44 | F |
| Octal | 76 | 14 | 44 | 0 | 121 | 52 | 114 | 513 | 104 | 17 |
| Binary | 111110 | 1100 | 100100 | 0 | 1010001 | 101010 | 1001100 | 101001011 | 1000100 | 1111 |
Color Harmonies of #3E0C24
Complementary color
Monochromatic Colors of #3E0C24
Black with #3E0C24
Text Example
Text Example
White with #3E0C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0C24; }
p { color: rgb(62,12,36); }
H1.HeaderClassName
{
color: #3E0C24;
}
.AnyTagClassName
{
color: #3E0C24;
}
</style>
background-color css
<style>
a { background-color: #3E0C24; }
a { background-color: rgb(62,12,36); }
div.DivClassName
{
background-color: #3E0C24;
}
.BgClassName
{
background-color: #3E0C24;
}
</style>
border-color css
<style>
span { border-color: #3E0C24; }
span { border-color: rgb(62,12,36); }
td.TdClassName
{
border-color: #3E0C24;
}
.TagClassName
{
border-color: #3E0C24;
}
</style>