Shades of Blackberry #390D30
Tints of Blackberry #390D30
RGB
CMYK
RGB Variations
Color information
#390D30 (or 0x390D30) is known color: Blackberry. HEX triplet: 39, 0D and 30. RGB value is (57,13,48). Sum of RGB (Red+Green+Blue) = 57+13+48=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #390D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D30 is #C6F2CF. Grayscale: #1E1E1E. Windows color (decimal): -13038288 or 3149113. OLE color: 3149113.
HSL color Cylindrical-coordinate representation of color #390D30: hue angle of 312.27º 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 #390D30 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 13 | 48 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.78 |
| HSL | 312.27º | 0.63% | 0.14% | - |
| HSV(B) | 312.27º | 0.77% | 0.22% | - |
| XYZ | 2.36 | 1.37 | 2.94 | - |
| YUV | 30.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 48 | 0 | 0.77 | 0.16 | 0.78 | 312.27 | 0.63 | 0.14 |
| Hex | 39 | D | 30 | 0 | 4D | 10 | 4E | 138 | 3F | E |
| Octal | 71 | 15 | 60 | 0 | 115 | 20 | 116 | 470 | 77 | 16 |
| Binary | 111001 | 1101 | 110000 | 0 | 1001101 | 10000 | 1001110 | 100111000 | 111111 | 1110 |
Color Harmonies of #390D30
Complementary color
Monochromatic Colors of #390D30
Black with #390D30
Text Example
Text Example
White with #390D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D30; }
p { color: rgb(57,13,48); }
H1.HeaderClassName
{
color: #390D30;
}
.AnyTagClassName
{
color: #390D30;
}
</style>
background-color css
<style>
a { background-color: #390D30; }
a { background-color: rgb(57,13,48); }
div.DivClassName
{
background-color: #390D30;
}
.BgClassName
{
background-color: #390D30;
}
</style>
border-color css
<style>
span { border-color: #390D30; }
span { border-color: rgb(57,13,48); }
td.TdClassName
{
border-color: #390D30;
}
.TagClassName
{
border-color: #390D30;
}
</style>