Shades of Blackberry #39062E
Tints of Blackberry #39062E
RGB
CMYK
RGB Variations
Color information
#39062E (or 0x39062E) is known color: Blackberry. HEX triplet: 39, 06 and 2E. RGB value is (57,6,46). Sum of RGB (Red+Green+Blue) = 57+6+46=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #39062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39062E is #C6F9D1. Grayscale: #191919. Windows color (decimal): -13040082 or 3016249. OLE color: 3016249.
HSL color Cylindrical-coordinate representation of color #39062E: hue angle of 312.94º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39062E is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 6 | 46 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.78 |
| HSL | 312.94º | 0.81% | 0.12% | - |
| HSV(B) | 312.94º | 0.89% | 0.22% | - |
| XYZ | 2.25 | 1.2 | 2.7 | - |
| YUV | 25.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 46 | 0 | 0.89 | 0.19 | 0.78 | 312.94 | 0.81 | 0.12 |
| Hex | 39 | 6 | 2E | 0 | 59 | 13 | 4E | 139 | 51 | C |
| Octal | 71 | 6 | 56 | 0 | 131 | 23 | 116 | 471 | 121 | 14 |
| Binary | 111001 | 110 | 101110 | 0 | 1011001 | 10011 | 1001110 | 100111001 | 1010001 | 1100 |
Color Harmonies of #39062E
Complementary color
Monochromatic Colors of #39062E
Black with #39062E
Text Example
Text Example
White with #39062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39062E; }
p { color: rgb(57,6,46); }
H1.HeaderClassName
{
color: #39062E;
}
.AnyTagClassName
{
color: #39062E;
}
</style>
background-color css
<style>
a { background-color: #39062E; }
a { background-color: rgb(57,6,46); }
div.DivClassName
{
background-color: #39062E;
}
.BgClassName
{
background-color: #39062E;
}
</style>
border-color css
<style>
span { border-color: #39062E; }
span { border-color: rgb(57,6,46); }
td.TdClassName
{
border-color: #39062E;
}
.TagClassName
{
border-color: #39062E;
}
</style>