Shades of Blackberry #390E1F
Tints of Blackberry #390E1F
RGB
CMYK
RGB Variations
Color information
#390E1F (or 0x390E1F) is known color: Blackberry. HEX triplet: 39, 0E and 1F. RGB value is (57,14,31). Sum of RGB (Red+Green+Blue) = 57+14+31=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #390E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E1F is #C6F1E0. Grayscale: #1C1C1C. Windows color (decimal): -13038049 or 2035257. OLE color: 2035257.
HSL color Cylindrical-coordinate representation of color #390E1F: hue angle of 336.28º 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 #390E1F is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 31 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.78 |
| HSL | 336.28º | 0.61% | 0.14% | - |
| HSV(B) | 336.28º | 0.75% | 0.22% | - |
| XYZ | 2.09 | 1.28 | 1.43 | - |
| YUV | 28.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 31 | 0 | 0.75 | 0.46 | 0.78 | 336.28 | 0.61 | 0.14 |
| Hex | 39 | E | 1F | 0 | 4B | 2E | 4E | 150 | 3D | E |
| Octal | 71 | 16 | 37 | 0 | 113 | 56 | 116 | 520 | 75 | 16 |
| Binary | 111001 | 1110 | 11111 | 0 | 1001011 | 101110 | 1001110 | 101010000 | 111101 | 1110 |
Color Harmonies of #390E1F
Complementary color
Monochromatic Colors of #390E1F
Black with #390E1F
Text Example
Text Example
White with #390E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E1F; }
p { color: rgb(57,14,31); }
H1.HeaderClassName
{
color: #390E1F;
}
.AnyTagClassName
{
color: #390E1F;
}
</style>
background-color css
<style>
a { background-color: #390E1F; }
a { background-color: rgb(57,14,31); }
div.DivClassName
{
background-color: #390E1F;
}
.BgClassName
{
background-color: #390E1F;
}
</style>
border-color css
<style>
span { border-color: #390E1F; }
span { border-color: rgb(57,14,31); }
td.TdClassName
{
border-color: #390E1F;
}
.TagClassName
{
border-color: #390E1F;
}
</style>