Shades of Blackberry #390125
Tints of Blackberry #390125
RGB
CMYK
RGB Variations
Color information
#390125 (or 0x390125) is known color: Blackberry. HEX triplet: 39, 01 and 25. RGB value is (57,1,37). Sum of RGB (Red+Green+Blue) = 57+1+37=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #390125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390125 is #C6FEDA. Grayscale: #151515. Windows color (decimal): -13041371 or 2425145. OLE color: 2425145.
HSL color Cylindrical-coordinate representation of color #390125: hue angle of 321.43º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390125 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 37 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.78 |
| HSL | 321.43º | 0.97% | 0.11% | - |
| HSV(B) | 321.43º | 0.98% | 0.22% | - |
| XYZ | 2.03 | 1.03 | 1.84 | - |
| YUV | 21.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 37 | 0 | 0.98 | 0.35 | 0.78 | 321.43 | 0.97 | 0.11 |
| Hex | 39 | 1 | 25 | 0 | 62 | 23 | 4E | 141 | 61 | B |
| Octal | 71 | 1 | 45 | 0 | 142 | 43 | 116 | 501 | 141 | 13 |
| Binary | 111001 | 1 | 100101 | 0 | 1100010 | 100011 | 1001110 | 101000001 | 1100001 | 1011 |
Color Harmonies of #390125
Complementary color
Monochromatic Colors of #390125
Black with #390125
Text Example
Text Example
White with #390125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390125; }
p { color: rgb(57,1,37); }
H1.HeaderClassName
{
color: #390125;
}
.AnyTagClassName
{
color: #390125;
}
</style>
background-color css
<style>
a { background-color: #390125; }
a { background-color: rgb(57,1,37); }
div.DivClassName
{
background-color: #390125;
}
.BgClassName
{
background-color: #390125;
}
</style>
border-color css
<style>
span { border-color: #390125; }
span { border-color: rgb(57,1,37); }
td.TdClassName
{
border-color: #390125;
}
.TagClassName
{
border-color: #390125;
}
</style>