Shades of Blackberry #390225
Tints of Blackberry #390225
RGB
CMYK
RGB Variations
Color information
#390225 (or 0x390225) is known color: Blackberry. HEX triplet: 39, 02 and 25. RGB value is (57,2,37). Sum of RGB (Red+Green+Blue) = 57+2+37=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #390225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390225 is #C6FDDA. Grayscale: #161616. Windows color (decimal): -13041115 or 2425401. OLE color: 2425401.
HSL color Cylindrical-coordinate representation of color #390225: hue angle of 321.82º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390225 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 2 | 37 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.78 |
| HSL | 321.82º | 0.93% | 0.12% | - |
| HSV(B) | 321.82º | 0.96% | 0.22% | - |
| XYZ | 2.04 | 1.05 | 1.84 | - |
| YUV | 22.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 37 | 0 | 0.96 | 0.35 | 0.78 | 321.82 | 0.93 | 0.12 |
| Hex | 39 | 2 | 25 | 0 | 60 | 23 | 4E | 142 | 5D | C |
| Octal | 71 | 2 | 45 | 0 | 140 | 43 | 116 | 502 | 135 | 14 |
| Binary | 111001 | 10 | 100101 | 0 | 1100000 | 100011 | 1001110 | 101000010 | 1011101 | 1100 |
Color Harmonies of #390225
Complementary color
Monochromatic Colors of #390225
Black with #390225
Text Example
Text Example
White with #390225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390225; }
p { color: rgb(57,2,37); }
H1.HeaderClassName
{
color: #390225;
}
.AnyTagClassName
{
color: #390225;
}
</style>
background-color css
<style>
a { background-color: #390225; }
a { background-color: rgb(57,2,37); }
div.DivClassName
{
background-color: #390225;
}
.BgClassName
{
background-color: #390225;
}
</style>
border-color css
<style>
span { border-color: #390225; }
span { border-color: rgb(57,2,37); }
td.TdClassName
{
border-color: #390225;
}
.TagClassName
{
border-color: #390225;
}
</style>