Shades of Blackberry #39051B
Tints of Blackberry #39051B
RGB
CMYK
RGB Variations
Color information
#39051B (or 0x39051B) is known color: Blackberry. HEX triplet: 39, 05 and 1B. RGB value is (57,5,27). Sum of RGB (Red+Green+Blue) = 57+5+27=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #39051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39051B is #C6FAE4. Grayscale: #171717. Windows color (decimal): -13040357 or 1770809. OLE color: 1770809.
HSL color Cylindrical-coordinate representation of color #39051B: hue angle of 334.62º 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 #39051B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 5 | 27 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.78 |
| HSL | 334.62º | 0.84% | 0.12% | - |
| HSV(B) | 334.62º | 0.91% | 0.22% | - |
| XYZ | 1.94 | 1.06 | 1.14 | - |
| YUV | 23.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 27 | 0 | 0.91 | 0.53 | 0.78 | 334.62 | 0.84 | 0.12 |
| Hex | 39 | 5 | 1B | 0 | 5B | 35 | 4E | 14F | 54 | C |
| Octal | 71 | 5 | 33 | 0 | 133 | 65 | 116 | 517 | 124 | 14 |
| Binary | 111001 | 101 | 11011 | 0 | 1011011 | 110101 | 1001110 | 101001111 | 1010100 | 1100 |
Color Harmonies of #39051B
Complementary color
Monochromatic Colors of #39051B
Black with #39051B
Text Example
Text Example
White with #39051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39051B; }
p { color: rgb(57,5,27); }
H1.HeaderClassName
{
color: #39051B;
}
.AnyTagClassName
{
color: #39051B;
}
</style>
background-color css
<style>
a { background-color: #39051B; }
a { background-color: rgb(57,5,27); }
div.DivClassName
{
background-color: #39051B;
}
.BgClassName
{
background-color: #39051B;
}
</style>
border-color css
<style>
span { border-color: #39051B; }
span { border-color: rgb(57,5,27); }
td.TdClassName
{
border-color: #39051B;
}
.TagClassName
{
border-color: #39051B;
}
</style>