Shades of Blackberry #39061D
Tints of Blackberry #39061D
RGB
CMYK
RGB Variations
Color information
#39061D (or 0x39061D) is known color: Blackberry. HEX triplet: 39, 06 and 1D. RGB value is (57,6,29). Sum of RGB (Red+Green+Blue) = 57+6+29=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #39061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39061D is #C6F9E2. Grayscale: #171717. Windows color (decimal): -13040099 or 1902137. OLE color: 1902137.
HSL color Cylindrical-coordinate representation of color #39061D: hue angle of 332.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 #39061D is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 6 | 29 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.78 |
| HSL | 332.94º | 0.81% | 0.12% | - |
| HSV(B) | 332.94º | 0.89% | 0.22% | - |
| XYZ | 1.97 | 1.09 | 1.27 | - |
| YUV | 23.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 29 | 0 | 0.89 | 0.49 | 0.78 | 332.94 | 0.81 | 0.12 |
| Hex | 39 | 6 | 1D | 0 | 59 | 31 | 4E | 14D | 51 | C |
| Octal | 71 | 6 | 35 | 0 | 131 | 61 | 116 | 515 | 121 | 14 |
| Binary | 111001 | 110 | 11101 | 0 | 1011001 | 110001 | 1001110 | 101001101 | 1010001 | 1100 |
Color Harmonies of #39061D
Complementary color
Monochromatic Colors of #39061D
Black with #39061D
Text Example
Text Example
White with #39061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39061D; }
p { color: rgb(57,6,29); }
H1.HeaderClassName
{
color: #39061D;
}
.AnyTagClassName
{
color: #39061D;
}
</style>
background-color css
<style>
a { background-color: #39061D; }
a { background-color: rgb(57,6,29); }
div.DivClassName
{
background-color: #39061D;
}
.BgClassName
{
background-color: #39061D;
}
</style>
border-color css
<style>
span { border-color: #39061D; }
span { border-color: rgb(57,6,29); }
td.TdClassName
{
border-color: #39061D;
}
.TagClassName
{
border-color: #39061D;
}
</style>