Shades of Blackberry #390322
Tints of Blackberry #390322
RGB
CMYK
RGB Variations
Color information
#390322 (or 0x390322) is known color: Blackberry. HEX triplet: 39, 03 and 22. RGB value is (57,3,34). Sum of RGB (Red+Green+Blue) = 57+3+34=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #390322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390322 is #C6FCDD. Grayscale: #161616. Windows color (decimal): -13040862 or 2229049. OLE color: 2229049.
HSL color Cylindrical-coordinate representation of color #390322: hue angle of 325.56º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390322 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 3 | 34 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.78 |
| HSL | 325.56º | 0.9% | 0.12% | - |
| HSV(B) | 325.56º | 0.95% | 0.22% | - |
| XYZ | 2.01 | 1.05 | 1.61 | - |
| YUV | 22.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 34 | 0 | 0.95 | 0.40 | 0.78 | 325.56 | 0.9 | 0.12 |
| Hex | 39 | 3 | 22 | 0 | 5F | 28 | 4E | 146 | 5A | C |
| Octal | 71 | 3 | 42 | 0 | 137 | 50 | 116 | 506 | 132 | 14 |
| Binary | 111001 | 11 | 100010 | 0 | 1011111 | 101000 | 1001110 | 101000110 | 1011010 | 1100 |
Color Harmonies of #390322
Complementary color
Monochromatic Colors of #390322
Black with #390322
Text Example
Text Example
White with #390322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390322; }
p { color: rgb(57,3,34); }
H1.HeaderClassName
{
color: #390322;
}
.AnyTagClassName
{
color: #390322;
}
</style>
background-color css
<style>
a { background-color: #390322; }
a { background-color: rgb(57,3,34); }
div.DivClassName
{
background-color: #390322;
}
.BgClassName
{
background-color: #390322;
}
</style>
border-color css
<style>
span { border-color: #390322; }
span { border-color: rgb(57,3,34); }
td.TdClassName
{
border-color: #390322;
}
.TagClassName
{
border-color: #390322;
}
</style>