Shades of Blackberry #39072A
Tints of Blackberry #39072A
RGB
CMYK
RGB Variations
Color information
#39072A (or 0x39072A) is known color: Blackberry. HEX triplet: 39, 07 and 2A. RGB value is (57,7,42). Sum of RGB (Red+Green+Blue) = 57+7+42=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #39072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39072A is #C6F8D5. Grayscale: #191919. Windows color (decimal): -13039830 or 2754361. OLE color: 2754361.
HSL color Cylindrical-coordinate representation of color #39072A: hue angle of 318º 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 #39072A is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 7 | 42 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.78 |
| HSL | 318º | 0.78% | 0.13% | - |
| HSV(B) | 318º | 0.88% | 0.22% | - |
| XYZ | 2.18 | 1.19 | 2.31 | - |
| YUV | 25.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 42 | 0 | 0.88 | 0.26 | 0.78 | 318 | 0.78 | 0.13 |
| Hex | 39 | 7 | 2A | 0 | 58 | 1A | 4E | 13E | 4E | D |
| Octal | 71 | 7 | 52 | 0 | 130 | 32 | 116 | 476 | 116 | 15 |
| Binary | 111001 | 111 | 101010 | 0 | 1011000 | 11010 | 1001110 | 100111110 | 1001110 | 1101 |
Color Harmonies of #39072A
Complementary color
Monochromatic Colors of #39072A
Black with #39072A
Text Example
Text Example
White with #39072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39072A; }
p { color: rgb(57,7,42); }
H1.HeaderClassName
{
color: #39072A;
}
.AnyTagClassName
{
color: #39072A;
}
</style>
background-color css
<style>
a { background-color: #39072A; }
a { background-color: rgb(57,7,42); }
div.DivClassName
{
background-color: #39072A;
}
.BgClassName
{
background-color: #39072A;
}
</style>
border-color css
<style>
span { border-color: #39072A; }
span { border-color: rgb(57,7,42); }
td.TdClassName
{
border-color: #39072A;
}
.TagClassName
{
border-color: #39072A;
}
</style>