Shades of Blackberry #390124
Tints of Blackberry #390124
RGB
CMYK
RGB Variations
Color information
#390124 (or 0x390124) is known color: Blackberry. HEX triplet: 39, 01 and 24. RGB value is (57,1,36). Sum of RGB (Red+Green+Blue) = 57+1+36=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #390124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390124 is #C6FEDB. Grayscale: #151515. Windows color (decimal): -13041372 or 2359609. OLE color: 2359609.
HSL color Cylindrical-coordinate representation of color #390124: hue angle of 322.5º 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 #390124 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 36 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.78 |
| HSL | 322.5º | 0.97% | 0.11% | - |
| HSV(B) | 322.5º | 0.98% | 0.22% | - |
| XYZ | 2.02 | 1.02 | 1.76 | - |
| YUV | 21.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 36 | 0 | 0.98 | 0.37 | 0.78 | 322.5 | 0.97 | 0.11 |
| Hex | 39 | 1 | 24 | 0 | 62 | 25 | 4E | 142 | 61 | B |
| Octal | 71 | 1 | 44 | 0 | 142 | 45 | 116 | 502 | 141 | 13 |
| Binary | 111001 | 1 | 100100 | 0 | 1100010 | 100101 | 1001110 | 101000010 | 1100001 | 1011 |
Color Harmonies of #390124
Complementary color
Monochromatic Colors of #390124
Black with #390124
Text Example
Text Example
White with #390124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390124; }
p { color: rgb(57,1,36); }
H1.HeaderClassName
{
color: #390124;
}
.AnyTagClassName
{
color: #390124;
}
</style>
background-color css
<style>
a { background-color: #390124; }
a { background-color: rgb(57,1,36); }
div.DivClassName
{
background-color: #390124;
}
.BgClassName
{
background-color: #390124;
}
</style>
border-color css
<style>
span { border-color: #390124; }
span { border-color: rgb(57,1,36); }
td.TdClassName
{
border-color: #390124;
}
.TagClassName
{
border-color: #390124;
}
</style>