Shades of Blackberry #390A2A
Tints of Blackberry #390A2A
RGB
CMYK
RGB Variations
Color information
#390A2A (or 0x390A2A) is known color: Blackberry. HEX triplet: 39, 0A and 2A. RGB value is (57,10,42). Sum of RGB (Red+Green+Blue) = 57+10+42=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #390A2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A2A is #C6F5D5. Grayscale: #1B1B1B. Windows color (decimal): -13039062 or 2755129. OLE color: 2755129.
HSL color Cylindrical-coordinate representation of color #390A2A: hue angle of 319.15º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390A2A is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 10 | 42 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.78 |
| HSL | 319.15º | 0.7% | 0.13% | - |
| HSV(B) | 319.15º | 0.82% | 0.22% | - |
| XYZ | 2.21 | 1.25 | 2.32 | - |
| YUV | 27.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 42 | 0 | 0.82 | 0.26 | 0.78 | 319.15 | 0.7 | 0.13 |
| Hex | 39 | A | 2A | 0 | 52 | 1A | 4E | 13F | 46 | D |
| Octal | 71 | 12 | 52 | 0 | 122 | 32 | 116 | 477 | 106 | 15 |
| Binary | 111001 | 1010 | 101010 | 0 | 1010010 | 11010 | 1001110 | 100111111 | 1000110 | 1101 |
Color Harmonies of #390A2A
Complementary color
Monochromatic Colors of #390A2A
Black with #390A2A
Text Example
Text Example
White with #390A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390A2A; }
p { color: rgb(57,10,42); }
H1.HeaderClassName
{
color: #390A2A;
}
.AnyTagClassName
{
color: #390A2A;
}
</style>
background-color css
<style>
a { background-color: #390A2A; }
a { background-color: rgb(57,10,42); }
div.DivClassName
{
background-color: #390A2A;
}
.BgClassName
{
background-color: #390A2A;
}
</style>
border-color css
<style>
span { border-color: #390A2A; }
span { border-color: rgb(57,10,42); }
td.TdClassName
{
border-color: #390A2A;
}
.TagClassName
{
border-color: #390A2A;
}
</style>