Shades of Blackberry #39002E
Tints of Blackberry #39002E
RGB
CMYK
RGB Variations
Color information
#39002E (or 0x39002E) is known color: Blackberry. HEX triplet: 39, 00 and 2E. RGB value is (57,0,46). Sum of RGB (Red+Green+Blue) = 57+0+46=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #39002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39002E is #C6FFD1. Grayscale: #161616. Windows color (decimal): -13041618 or 3014713. OLE color: 3014713.
HSL color Cylindrical-coordinate representation of color #39002E: hue angle of 311.58º 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 #39002E is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.19 | 0.78 |
| HSL | 311.58º | 1% | 0.11% | - |
| HSV(B) | 311.58º | 1% | 0.22% | - |
| XYZ | 2.18 | 1.07 | 2.68 | - |
| YUV | 22.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 46 | 0 | 1 | 0.19 | 0.78 | 311.58 | 1 | 0.11 |
| Hex | 39 | 0 | 2E | 0 | 64 | 13 | 4E | 138 | 64 | B |
| Octal | 71 | 0 | 56 | 0 | 144 | 23 | 116 | 470 | 144 | 13 |
| Binary | 111001 | 0 | 101110 | 0 | 1100100 | 10011 | 1001110 | 100111000 | 1100100 | 1011 |
Color Harmonies of #39002E
Complementary color
Monochromatic Colors of #39002E
Black with #39002E
Text Example
Text Example
White with #39002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39002E; }
p { color: rgb(57,0,46); }
H1.HeaderClassName
{
color: #39002E;
}
.AnyTagClassName
{
color: #39002E;
}
</style>
background-color css
<style>
a { background-color: #39002E; }
a { background-color: rgb(57,0,46); }
div.DivClassName
{
background-color: #39002E;
}
.BgClassName
{
background-color: #39002E;
}
</style>
border-color css
<style>
span { border-color: #39002E; }
span { border-color: rgb(57,0,46); }
td.TdClassName
{
border-color: #39002E;
}
.TagClassName
{
border-color: #39002E;
}
</style>