Shades of Blackberry #390021
Tints of Blackberry #390021
RGB
CMYK
RGB Variations
Color information
#390021 (or 0x390021) is known color: Blackberry. HEX triplet: 39, 00 and 21. RGB value is (57,0,33). Sum of RGB (Red+Green+Blue) = 57+0+33=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #390021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390021 is #C6FFDE. Grayscale: #141414. Windows color (decimal): -13041631 or 2162745. OLE color: 2162745.
HSL color Cylindrical-coordinate representation of color #390021: hue angle of 325.26º 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 #390021 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.42 | 0.78 |
| HSL | 325.26º | 1% | 0.11% | - |
| HSV(B) | 325.26º | 1% | 0.22% | - |
| XYZ | 1.96 | 0.98 | 1.52 | - |
| YUV | 20.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 33 | 0 | 1 | 0.42 | 0.78 | 325.26 | 1 | 0.11 |
| Hex | 39 | 0 | 21 | 0 | 64 | 2A | 4E | 145 | 64 | B |
| Octal | 71 | 0 | 41 | 0 | 144 | 52 | 116 | 505 | 144 | 13 |
| Binary | 111001 | 0 | 100001 | 0 | 1100100 | 101010 | 1001110 | 101000101 | 1100100 | 1011 |
Color Harmonies of #390021
Complementary color
Monochromatic Colors of #390021
Black with #390021
Text Example
Text Example
White with #390021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390021; }
p { color: rgb(57,0,33); }
H1.HeaderClassName
{
color: #390021;
}
.AnyTagClassName
{
color: #390021;
}
</style>
background-color css
<style>
a { background-color: #390021; }
a { background-color: rgb(57,0,33); }
div.DivClassName
{
background-color: #390021;
}
.BgClassName
{
background-color: #390021;
}
</style>
border-color css
<style>
span { border-color: #390021; }
span { border-color: rgb(57,0,33); }
td.TdClassName
{
border-color: #390021;
}
.TagClassName
{
border-color: #390021;
}
</style>