Shades of Blackberry #390019
Tints of Blackberry #390019
RGB
CMYK
RGB Variations
Color information
#390019 (or 0x390019) is known color: Blackberry. HEX triplet: 39, 00 and 19. RGB value is (57,0,25). Sum of RGB (Red+Green+Blue) = 57+0+25=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #390019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390019 is #C6FFE6. Grayscale: #131313. Windows color (decimal): -13041639 or 1638457. OLE color: 1638457.
HSL color Cylindrical-coordinate representation of color #390019: hue angle of 333.68º 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 #390019 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.56 | 0.78 |
| HSL | 333.68º | 1% | 0.11% | - |
| HSV(B) | 333.68º | 1% | 0.22% | - |
| XYZ | 1.86 | 0.94 | 1 | - |
| YUV | 19.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 25 | 0 | 1 | 0.56 | 0.78 | 333.68 | 1 | 0.11 |
| Hex | 39 | 0 | 19 | 0 | 64 | 38 | 4E | 14E | 64 | B |
| Octal | 71 | 0 | 31 | 0 | 144 | 70 | 116 | 516 | 144 | 13 |
| Binary | 111001 | 0 | 11001 | 0 | 1100100 | 111000 | 1001110 | 101001110 | 1100100 | 1011 |
Color Harmonies of #390019
Complementary color
Monochromatic Colors of #390019
Black with #390019
Text Example
Text Example
White with #390019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390019; }
p { color: rgb(57,0,25); }
H1.HeaderClassName
{
color: #390019;
}
.AnyTagClassName
{
color: #390019;
}
</style>
background-color css
<style>
a { background-color: #390019; }
a { background-color: rgb(57,0,25); }
div.DivClassName
{
background-color: #390019;
}
.BgClassName
{
background-color: #390019;
}
</style>
border-color css
<style>
span { border-color: #390019; }
span { border-color: rgb(57,0,25); }
td.TdClassName
{
border-color: #390019;
}
.TagClassName
{
border-color: #390019;
}
</style>