Shades of Blackberry #390828
Tints of Blackberry #390828
RGB
CMYK
RGB Variations
Color information
#390828 (or 0x390828) is known color: Blackberry. HEX triplet: 39, 08 and 28. RGB value is (57,8,40). Sum of RGB (Red+Green+Blue) = 57+8+40=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #390828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390828 is #C6F7D7. Grayscale: #1A1A1A. Windows color (decimal): -13039576 or 2623545. OLE color: 2623545.
HSL color Cylindrical-coordinate representation of color #390828: hue angle of 320.82º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390828 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 8 | 40 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.78 |
| HSL | 320.82º | 0.75% | 0.13% | - |
| HSV(B) | 320.82º | 0.86% | 0.22% | - |
| XYZ | 2.16 | 1.2 | 2.12 | - |
| YUV | 26.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 8 | 40 | 0 | 0.86 | 0.30 | 0.78 | 320.82 | 0.75 | 0.13 |
| Hex | 39 | 8 | 28 | 0 | 56 | 1E | 4E | 141 | 4B | D |
| Octal | 71 | 10 | 50 | 0 | 126 | 36 | 116 | 501 | 113 | 15 |
| Binary | 111001 | 1000 | 101000 | 0 | 1010110 | 11110 | 1001110 | 101000001 | 1001011 | 1101 |
Color Harmonies of #390828
Complementary color
Monochromatic Colors of #390828
Black with #390828
Text Example
Text Example
White with #390828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390828; }
p { color: rgb(57,8,40); }
H1.HeaderClassName
{
color: #390828;
}
.AnyTagClassName
{
color: #390828;
}
</style>
background-color css
<style>
a { background-color: #390828; }
a { background-color: rgb(57,8,40); }
div.DivClassName
{
background-color: #390828;
}
.BgClassName
{
background-color: #390828;
}
</style>
border-color css
<style>
span { border-color: #390828; }
span { border-color: rgb(57,8,40); }
td.TdClassName
{
border-color: #390828;
}
.TagClassName
{
border-color: #390828;
}
</style>