Shades of Blackberry #39051D
Tints of Blackberry #39051D
RGB
CMYK
RGB Variations
Color information
#39051D (or 0x39051D) is known color: Blackberry. HEX triplet: 39, 05 and 1D. RGB value is (57,5,29). Sum of RGB (Red+Green+Blue) = 57+5+29=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #39051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39051D is #C6FAE2. Grayscale: #171717. Windows color (decimal): -13040355 or 1901881. OLE color: 1901881.
HSL color Cylindrical-coordinate representation of color #39051D: hue angle of 332.31º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39051D is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 5 | 29 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.78 |
| HSL | 332.31º | 0.84% | 0.12% | - |
| HSV(B) | 332.31º | 0.91% | 0.22% | - |
| XYZ | 1.96 | 1.07 | 1.26 | - |
| YUV | 23.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 29 | 0 | 0.91 | 0.49 | 0.78 | 332.31 | 0.84 | 0.12 |
| Hex | 39 | 5 | 1D | 0 | 5B | 31 | 4E | 14C | 54 | C |
| Octal | 71 | 5 | 35 | 0 | 133 | 61 | 116 | 514 | 124 | 14 |
| Binary | 111001 | 101 | 11101 | 0 | 1011011 | 110001 | 1001110 | 101001100 | 1010100 | 1100 |
Color Harmonies of #39051D
Complementary color
Monochromatic Colors of #39051D
Black with #39051D
Text Example
Text Example
White with #39051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39051D; }
p { color: rgb(57,5,29); }
H1.HeaderClassName
{
color: #39051D;
}
.AnyTagClassName
{
color: #39051D;
}
</style>
background-color css
<style>
a { background-color: #39051D; }
a { background-color: rgb(57,5,29); }
div.DivClassName
{
background-color: #39051D;
}
.BgClassName
{
background-color: #39051D;
}
</style>
border-color css
<style>
span { border-color: #39051D; }
span { border-color: rgb(57,5,29); }
td.TdClassName
{
border-color: #39051D;
}
.TagClassName
{
border-color: #39051D;
}
</style>