Shades of Blackberry #390523
Tints of Blackberry #390523
RGB
CMYK
RGB Variations
Color information
#390523 (or 0x390523) is known color: Blackberry. HEX triplet: 39, 05 and 23. RGB value is (57,5,35). Sum of RGB (Red+Green+Blue) = 57+5+35=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #390523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390523 is #C6FADC. Grayscale: #171717. Windows color (decimal): -13040349 or 2295097. OLE color: 2295097.
HSL color Cylindrical-coordinate representation of color #390523: hue angle of 325.38º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390523 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 5 | 35 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.78 |
| HSL | 325.38º | 0.84% | 0.12% | - |
| HSV(B) | 325.38º | 0.91% | 0.22% | - |
| XYZ | 2.04 | 1.1 | 1.69 | - |
| YUV | 23.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 35 | 0 | 0.91 | 0.39 | 0.78 | 325.38 | 0.84 | 0.12 |
| Hex | 39 | 5 | 23 | 0 | 5B | 27 | 4E | 145 | 54 | C |
| Octal | 71 | 5 | 43 | 0 | 133 | 47 | 116 | 505 | 124 | 14 |
| Binary | 111001 | 101 | 100011 | 0 | 1011011 | 100111 | 1001110 | 101000101 | 1010100 | 1100 |
Color Harmonies of #390523
Complementary color
Monochromatic Colors of #390523
Black with #390523
Text Example
Text Example
White with #390523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390523; }
p { color: rgb(57,5,35); }
H1.HeaderClassName
{
color: #390523;
}
.AnyTagClassName
{
color: #390523;
}
</style>
background-color css
<style>
a { background-color: #390523; }
a { background-color: rgb(57,5,35); }
div.DivClassName
{
background-color: #390523;
}
.BgClassName
{
background-color: #390523;
}
</style>
border-color css
<style>
span { border-color: #390523; }
span { border-color: rgb(57,5,35); }
td.TdClassName
{
border-color: #390523;
}
.TagClassName
{
border-color: #390523;
}
</style>