Shades of Blackberry #390A22
Tints of Blackberry #390A22
RGB
CMYK
RGB Variations
Color information
#390A22 (or 0x390A22) is known color: Blackberry. HEX triplet: 39, 0A and 22. RGB value is (57,10,34). Sum of RGB (Red+Green+Blue) = 57+10+34=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #390A22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A22 is #C6F5DD. Grayscale: #1A1A1A. Windows color (decimal): -13039070 or 2230841. OLE color: 2230841.
HSL color Cylindrical-coordinate representation of color #390A22: hue angle of 329.36º 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 #390A22 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 10 | 34 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.78 |
| HSL | 329.36º | 0.7% | 0.13% | - |
| HSV(B) | 329.36º | 0.82% | 0.22% | - |
| XYZ | 2.08 | 1.2 | 1.64 | - |
| YUV | 26.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 34 | 0 | 0.82 | 0.40 | 0.78 | 329.36 | 0.7 | 0.13 |
| Hex | 39 | A | 22 | 0 | 52 | 28 | 4E | 149 | 46 | D |
| Octal | 71 | 12 | 42 | 0 | 122 | 50 | 116 | 511 | 106 | 15 |
| Binary | 111001 | 1010 | 100010 | 0 | 1010010 | 101000 | 1001110 | 101001001 | 1000110 | 1101 |
Color Harmonies of #390A22
Complementary color
Monochromatic Colors of #390A22
Black with #390A22
Text Example
Text Example
White with #390A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390A22; }
p { color: rgb(57,10,34); }
H1.HeaderClassName
{
color: #390A22;
}
.AnyTagClassName
{
color: #390A22;
}
</style>
background-color css
<style>
a { background-color: #390A22; }
a { background-color: rgb(57,10,34); }
div.DivClassName
{
background-color: #390A22;
}
.BgClassName
{
background-color: #390A22;
}
</style>
border-color css
<style>
span { border-color: #390A22; }
span { border-color: rgb(57,10,34); }
td.TdClassName
{
border-color: #390A22;
}
.TagClassName
{
border-color: #390A22;
}
</style>