Shades of Blackberry #39052F
Tints of Blackberry #39052F
RGB
CMYK
RGB Variations
Color information
#39052F (or 0x39052F) is known color: Blackberry. HEX triplet: 39, 05 and 2F. RGB value is (57,5,47). Sum of RGB (Red+Green+Blue) = 57+5+47=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #39052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39052F is #C6FAD0. Grayscale: #191919. Windows color (decimal): -13040337 or 3081529. OLE color: 3081529.
HSL color Cylindrical-coordinate representation of color #39052F: hue angle of 311.54º 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 #39052F is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 5 | 47 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.78 |
| HSL | 311.54º | 0.84% | 0.12% | - |
| HSV(B) | 311.54º | 0.91% | 0.22% | - |
| XYZ | 2.25 | 1.18 | 2.8 | - |
| YUV | 25.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 47 | 0 | 0.91 | 0.18 | 0.78 | 311.54 | 0.84 | 0.12 |
| Hex | 39 | 5 | 2F | 0 | 5B | 12 | 4E | 138 | 54 | C |
| Octal | 71 | 5 | 57 | 0 | 133 | 22 | 116 | 470 | 124 | 14 |
| Binary | 111001 | 101 | 101111 | 0 | 1011011 | 10010 | 1001110 | 100111000 | 1010100 | 1100 |
Color Harmonies of #39052F
Complementary color
Monochromatic Colors of #39052F
Black with #39052F
Text Example
Text Example
White with #39052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39052F; }
p { color: rgb(57,5,47); }
H1.HeaderClassName
{
color: #39052F;
}
.AnyTagClassName
{
color: #39052F;
}
</style>
background-color css
<style>
a { background-color: #39052F; }
a { background-color: rgb(57,5,47); }
div.DivClassName
{
background-color: #39052F;
}
.BgClassName
{
background-color: #39052F;
}
</style>
border-color css
<style>
span { border-color: #39052F; }
span { border-color: rgb(57,5,47); }
td.TdClassName
{
border-color: #39052F;
}
.TagClassName
{
border-color: #39052F;
}
</style>