Shades of Blackberry #390123
Tints of Blackberry #390123
RGB
CMYK
RGB Variations
Color information
#390123 (or 0x390123) is known color: Blackberry. HEX triplet: 39, 01 and 23. RGB value is (57,1,35). Sum of RGB (Red+Green+Blue) = 57+1+35=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #390123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390123 is #C6FEDC. Grayscale: #151515. Windows color (decimal): -13041373 or 2294073. OLE color: 2294073.
HSL color Cylindrical-coordinate representation of color #390123: hue angle of 323.57º 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 #390123 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 35 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.78 |
| HSL | 323.57º | 0.97% | 0.11% | - |
| HSV(B) | 323.57º | 0.98% | 0.22% | - |
| XYZ | 2 | 1.01 | 1.68 | - |
| YUV | 21.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 35 | 0 | 0.98 | 0.39 | 0.78 | 323.57 | 0.97 | 0.11 |
| Hex | 39 | 1 | 23 | 0 | 62 | 27 | 4E | 144 | 61 | B |
| Octal | 71 | 1 | 43 | 0 | 142 | 47 | 116 | 504 | 141 | 13 |
| Binary | 111001 | 1 | 100011 | 0 | 1100010 | 100111 | 1001110 | 101000100 | 1100001 | 1011 |
Color Harmonies of #390123
Complementary color
Monochromatic Colors of #390123
Black with #390123
Text Example
Text Example
White with #390123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390123; }
p { color: rgb(57,1,35); }
H1.HeaderClassName
{
color: #390123;
}
.AnyTagClassName
{
color: #390123;
}
</style>
background-color css
<style>
a { background-color: #390123; }
a { background-color: rgb(57,1,35); }
div.DivClassName
{
background-color: #390123;
}
.BgClassName
{
background-color: #390123;
}
</style>
border-color css
<style>
span { border-color: #390123; }
span { border-color: rgb(57,1,35); }
td.TdClassName
{
border-color: #390123;
}
.TagClassName
{
border-color: #390123;
}
</style>