Shades of Blackberry #390D28
Tints of Blackberry #390D28
RGB
CMYK
RGB Variations
Color information
#390D28 (or 0x390D28) is known color: Blackberry. HEX triplet: 39, 0D and 28. RGB value is (57,13,40). Sum of RGB (Red+Green+Blue) = 57+13+40=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #390D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D28 is #C6F2D7. Grayscale: #1D1D1D. Windows color (decimal): -13038296 or 2624825. OLE color: 2624825.
HSL color Cylindrical-coordinate representation of color #390D28: hue angle of 323.18º 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 #390D28 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 13 | 40 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.78 |
| HSL | 323.18º | 0.63% | 0.14% | - |
| HSV(B) | 323.18º | 0.77% | 0.22% | - |
| XYZ | 2.21 | 1.31 | 2.14 | - |
| YUV | 29.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 40 | 0 | 0.77 | 0.30 | 0.78 | 323.18 | 0.63 | 0.14 |
| Hex | 39 | D | 28 | 0 | 4D | 1E | 4E | 143 | 3F | E |
| Octal | 71 | 15 | 50 | 0 | 115 | 36 | 116 | 503 | 77 | 16 |
| Binary | 111001 | 1101 | 101000 | 0 | 1001101 | 11110 | 1001110 | 101000011 | 111111 | 1110 |
Color Harmonies of #390D28
Complementary color
Monochromatic Colors of #390D28
Black with #390D28
Text Example
Text Example
White with #390D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D28; }
p { color: rgb(57,13,40); }
H1.HeaderClassName
{
color: #390D28;
}
.AnyTagClassName
{
color: #390D28;
}
</style>
background-color css
<style>
a { background-color: #390D28; }
a { background-color: rgb(57,13,40); }
div.DivClassName
{
background-color: #390D28;
}
.BgClassName
{
background-color: #390D28;
}
</style>
border-color css
<style>
span { border-color: #390D28; }
span { border-color: rgb(57,13,40); }
td.TdClassName
{
border-color: #390D28;
}
.TagClassName
{
border-color: #390D28;
}
</style>