Shades of Blackberry #390D1F
Tints of Blackberry #390D1F
RGB
CMYK
RGB Variations
Color information
#390D1F (or 0x390D1F) is known color: Blackberry. HEX triplet: 39, 0D and 1F. RGB value is (57,13,31). Sum of RGB (Red+Green+Blue) = 57+13+31=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #390D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D1F is #C6F2E0. Grayscale: #1C1C1C. Windows color (decimal): -13038305 or 2035001. OLE color: 2035001.
HSL color Cylindrical-coordinate representation of color #390D1F: hue angle of 335.45º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #390D1F is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 13 | 31 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.78 |
| HSL | 335.45º | 0.63% | 0.14% | - |
| HSV(B) | 335.45º | 0.77% | 0.22% | - |
| XYZ | 2.08 | 1.26 | 1.43 | - |
| YUV | 28.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 31 | 0 | 0.77 | 0.46 | 0.78 | 335.45 | 0.63 | 0.14 |
| Hex | 39 | D | 1F | 0 | 4D | 2E | 4E | 14F | 3F | E |
| Octal | 71 | 15 | 37 | 0 | 115 | 56 | 116 | 517 | 77 | 16 |
| Binary | 111001 | 1101 | 11111 | 0 | 1001101 | 101110 | 1001110 | 101001111 | 111111 | 1110 |
Color Harmonies of #390D1F
Complementary color
Monochromatic Colors of #390D1F
Black with #390D1F
Text Example
Text Example
White with #390D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D1F; }
p { color: rgb(57,13,31); }
H1.HeaderClassName
{
color: #390D1F;
}
.AnyTagClassName
{
color: #390D1F;
}
</style>
background-color css
<style>
a { background-color: #390D1F; }
a { background-color: rgb(57,13,31); }
div.DivClassName
{
background-color: #390D1F;
}
.BgClassName
{
background-color: #390D1F;
}
</style>
border-color css
<style>
span { border-color: #390D1F; }
span { border-color: rgb(57,13,31); }
td.TdClassName
{
border-color: #390D1F;
}
.TagClassName
{
border-color: #390D1F;
}
</style>