Shades of Blackberry #390E24
Tints of Blackberry #390E24
RGB
CMYK
RGB Variations
Color information
#390E24 (or 0x390E24) is known color: Blackberry. HEX triplet: 39, 0E and 24. RGB value is (57,14,36). Sum of RGB (Red+Green+Blue) = 57+14+36=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #390E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E24 is #C6F1DB. Grayscale: #1D1D1D. Windows color (decimal): -13038044 or 2362937. OLE color: 2362937.
HSL color Cylindrical-coordinate representation of color #390E24: hue angle of 329.3º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390E24 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 36 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.78 |
| HSL | 329.3º | 0.61% | 0.14% | - |
| HSV(B) | 329.3º | 0.75% | 0.22% | - |
| XYZ | 2.16 | 1.31 | 1.81 | - |
| YUV | 29.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 36 | 0 | 0.75 | 0.37 | 0.78 | 329.3 | 0.61 | 0.14 |
| Hex | 39 | E | 24 | 0 | 4B | 25 | 4E | 149 | 3D | E |
| Octal | 71 | 16 | 44 | 0 | 113 | 45 | 116 | 511 | 75 | 16 |
| Binary | 111001 | 1110 | 100100 | 0 | 1001011 | 100101 | 1001110 | 101001001 | 111101 | 1110 |
Color Harmonies of #390E24
Complementary color
Monochromatic Colors of #390E24
Black with #390E24
Text Example
Text Example
White with #390E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E24; }
p { color: rgb(57,14,36); }
H1.HeaderClassName
{
color: #390E24;
}
.AnyTagClassName
{
color: #390E24;
}
</style>
background-color css
<style>
a { background-color: #390E24; }
a { background-color: rgb(57,14,36); }
div.DivClassName
{
background-color: #390E24;
}
.BgClassName
{
background-color: #390E24;
}
</style>
border-color css
<style>
span { border-color: #390E24; }
span { border-color: rgb(57,14,36); }
td.TdClassName
{
border-color: #390E24;
}
.TagClassName
{
border-color: #390E24;
}
</style>