Shades of Blackberry #390127
Tints of Blackberry #390127
RGB
CMYK
RGB Variations
Color information
#390127 (or 0x390127) is known color: Blackberry. HEX triplet: 39, 01 and 27. RGB value is (57,1,39). Sum of RGB (Red+Green+Blue) = 57+1+39=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #390127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390127 is #C6FED8. Grayscale: #151515. Windows color (decimal): -13041369 or 2556217. OLE color: 2556217.
HSL color Cylindrical-coordinate representation of color #390127: hue angle of 319.29º 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 #390127 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 39 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.78 |
| HSL | 319.29º | 0.97% | 0.11% | - |
| HSV(B) | 319.29º | 0.98% | 0.22% | - |
| XYZ | 2.06 | 1.04 | 2.01 | - |
| YUV | 22.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 39 | 0 | 0.98 | 0.32 | 0.78 | 319.29 | 0.97 | 0.11 |
| Hex | 39 | 1 | 27 | 0 | 62 | 20 | 4E | 13F | 61 | B |
| Octal | 71 | 1 | 47 | 0 | 142 | 40 | 116 | 477 | 141 | 13 |
| Binary | 111001 | 1 | 100111 | 0 | 1100010 | 100000 | 1001110 | 100111111 | 1100001 | 1011 |
Color Harmonies of #390127
Complementary color
Monochromatic Colors of #390127
Black with #390127
Text Example
Text Example
White with #390127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390127; }
p { color: rgb(57,1,39); }
H1.HeaderClassName
{
color: #390127;
}
.AnyTagClassName
{
color: #390127;
}
</style>
background-color css
<style>
a { background-color: #390127; }
a { background-color: rgb(57,1,39); }
div.DivClassName
{
background-color: #390127;
}
.BgClassName
{
background-color: #390127;
}
</style>
border-color css
<style>
span { border-color: #390127; }
span { border-color: rgb(57,1,39); }
td.TdClassName
{
border-color: #390127;
}
.TagClassName
{
border-color: #390127;
}
</style>