Shades of Blackberry #39072B
Tints of Blackberry #39072B
RGB
CMYK
RGB Variations
Color information
#39072B (or 0x39072B) is known color: Blackberry. HEX triplet: 39, 07 and 2B. RGB value is (57,7,43). Sum of RGB (Red+Green+Blue) = 57+7+43=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #39072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39072B is #C6F8D4. Grayscale: #191919. Windows color (decimal): -13039829 or 2819897. OLE color: 2819897.
HSL color Cylindrical-coordinate representation of color #39072B: hue angle of 316.8º 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 #39072B is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 7 | 43 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.78 |
| HSL | 316.8º | 0.78% | 0.13% | - |
| HSV(B) | 316.8º | 0.88% | 0.22% | - |
| XYZ | 2.2 | 1.2 | 2.4 | - |
| YUV | 26.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 43 | 0 | 0.88 | 0.25 | 0.78 | 316.8 | 0.78 | 0.13 |
| Hex | 39 | 7 | 2B | 0 | 58 | 19 | 4E | 13D | 4E | D |
| Octal | 71 | 7 | 53 | 0 | 130 | 31 | 116 | 475 | 116 | 15 |
| Binary | 111001 | 111 | 101011 | 0 | 1011000 | 11001 | 1001110 | 100111101 | 1001110 | 1101 |
Color Harmonies of #39072B
Complementary color
Monochromatic Colors of #39072B
Black with #39072B
Text Example
Text Example
White with #39072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39072B; }
p { color: rgb(57,7,43); }
H1.HeaderClassName
{
color: #39072B;
}
.AnyTagClassName
{
color: #39072B;
}
</style>
background-color css
<style>
a { background-color: #39072B; }
a { background-color: rgb(57,7,43); }
div.DivClassName
{
background-color: #39072B;
}
.BgClassName
{
background-color: #39072B;
}
</style>
border-color css
<style>
span { border-color: #39072B; }
span { border-color: rgb(57,7,43); }
td.TdClassName
{
border-color: #39072B;
}
.TagClassName
{
border-color: #39072B;
}
</style>