Shades of Blackberry #390B29
Tints of Blackberry #390B29
RGB
CMYK
RGB Variations
Color information
#390B29 (or 0x390B29) is known color: Blackberry. HEX triplet: 39, 0B and 29. RGB value is (57,11,41). Sum of RGB (Red+Green+Blue) = 57+11+41=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #390B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B29 is #C6F4D6. Grayscale: #1C1C1C. Windows color (decimal): -13038807 or 2689849. OLE color: 2689849.
HSL color Cylindrical-coordinate representation of color #390B29: hue angle of 320.87º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390B29 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 11 | 41 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.78 |
| HSL | 320.87º | 0.68% | 0.13% | - |
| HSV(B) | 320.87º | 0.81% | 0.22% | - |
| XYZ | 2.21 | 1.27 | 2.23 | - |
| YUV | 28.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 41 | 0 | 0.81 | 0.28 | 0.78 | 320.87 | 0.68 | 0.13 |
| Hex | 39 | B | 29 | 0 | 51 | 1C | 4E | 141 | 44 | D |
| Octal | 71 | 13 | 51 | 0 | 121 | 34 | 116 | 501 | 104 | 15 |
| Binary | 111001 | 1011 | 101001 | 0 | 1010001 | 11100 | 1001110 | 101000001 | 1000100 | 1101 |
Color Harmonies of #390B29
Complementary color
Monochromatic Colors of #390B29
Black with #390B29
Text Example
Text Example
White with #390B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B29; }
p { color: rgb(57,11,41); }
H1.HeaderClassName
{
color: #390B29;
}
.AnyTagClassName
{
color: #390B29;
}
</style>
background-color css
<style>
a { background-color: #390B29; }
a { background-color: rgb(57,11,41); }
div.DivClassName
{
background-color: #390B29;
}
.BgClassName
{
background-color: #390B29;
}
</style>
border-color css
<style>
span { border-color: #390B29; }
span { border-color: rgb(57,11,41); }
td.TdClassName
{
border-color: #390B29;
}
.TagClassName
{
border-color: #390B29;
}
</style>