Shades of Blackberry #39072F
Tints of Blackberry #39072F
RGB
CMYK
RGB Variations
Color information
#39072F (or 0x39072F) is known color: Blackberry. HEX triplet: 39, 07 and 2F. RGB value is (57,7,47). Sum of RGB (Red+Green+Blue) = 57+7+47=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #39072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39072F is #C6F8D0. Grayscale: #1A1A1A. Windows color (decimal): -13039825 or 3082041. OLE color: 3082041.
HSL color Cylindrical-coordinate representation of color #39072F: hue angle of 312º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39072F is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 7 | 47 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.78 |
| HSL | 312º | 0.78% | 0.13% | - |
| HSV(B) | 312º | 0.88% | 0.22% | - |
| XYZ | 2.28 | 1.23 | 2.81 | - |
| YUV | 26.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 47 | 0 | 0.88 | 0.18 | 0.78 | 312 | 0.78 | 0.13 |
| Hex | 39 | 7 | 2F | 0 | 58 | 12 | 4E | 138 | 4E | D |
| Octal | 71 | 7 | 57 | 0 | 130 | 22 | 116 | 470 | 116 | 15 |
| Binary | 111001 | 111 | 101111 | 0 | 1011000 | 10010 | 1001110 | 100111000 | 1001110 | 1101 |
Color Harmonies of #39072F
Complementary color
Monochromatic Colors of #39072F
Black with #39072F
Text Example
Text Example
White with #39072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39072F; }
p { color: rgb(57,7,47); }
H1.HeaderClassName
{
color: #39072F;
}
.AnyTagClassName
{
color: #39072F;
}
</style>
background-color css
<style>
a { background-color: #39072F; }
a { background-color: rgb(57,7,47); }
div.DivClassName
{
background-color: #39072F;
}
.BgClassName
{
background-color: #39072F;
}
</style>
border-color css
<style>
span { border-color: #39072F; }
span { border-color: rgb(57,7,47); }
td.TdClassName
{
border-color: #39072F;
}
.TagClassName
{
border-color: #39072F;
}
</style>