Shades of Blackberry #390023
Tints of Blackberry #390023
RGB
CMYK
RGB Variations
Color information
#390023 (or 0x390023) is known color: Blackberry. HEX triplet: 39, 00 and 23. RGB value is (57,0,35). Sum of RGB (Red+Green+Blue) = 57+0+35=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #390023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390023 is #C6FFDC. Grayscale: #141414. Windows color (decimal): -13041629 or 2293817. OLE color: 2293817.
HSL color Cylindrical-coordinate representation of color #390023: hue angle of 323.16º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390023 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.39 | 0.78 |
| HSL | 323.16º | 1% | 0.11% | - |
| HSV(B) | 323.16º | 1% | 0.22% | - |
| XYZ | 1.99 | 0.99 | 1.68 | - |
| YUV | 21.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 35 | 0 | 1 | 0.39 | 0.78 | 323.16 | 1 | 0.11 |
| Hex | 39 | 0 | 23 | 0 | 64 | 27 | 4E | 143 | 64 | B |
| Octal | 71 | 0 | 43 | 0 | 144 | 47 | 116 | 503 | 144 | 13 |
| Binary | 111001 | 0 | 100011 | 0 | 1100100 | 100111 | 1001110 | 101000011 | 1100100 | 1011 |
Color Harmonies of #390023
Complementary color
Monochromatic Colors of #390023
Black with #390023
Text Example
Text Example
White with #390023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390023; }
p { color: rgb(57,0,35); }
H1.HeaderClassName
{
color: #390023;
}
.AnyTagClassName
{
color: #390023;
}
</style>
background-color css
<style>
a { background-color: #390023; }
a { background-color: rgb(57,0,35); }
div.DivClassName
{
background-color: #390023;
}
.BgClassName
{
background-color: #390023;
}
</style>
border-color css
<style>
span { border-color: #390023; }
span { border-color: rgb(57,0,35); }
td.TdClassName
{
border-color: #390023;
}
.TagClassName
{
border-color: #390023;
}
</style>