Shades of Blackberry #57092B
Tints of Blackberry #57092B
RGB
CMYK
RGB Variations
Color information
#57092B (or 0x57092B) is known color: Blackberry. HEX triplet: 57, 09 and 2B. RGB value is (87,9,43). Sum of RGB (Red+Green+Blue) = 87+9+43=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57092B is #A8F6D4. Grayscale: #242424. Windows color (decimal): -11073237 or 2820439. OLE color: 2820439.
HSL color Cylindrical-coordinate representation of color #57092B: hue angle of 333.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57092B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 43 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.66 |
| HSL | 333.85º | 0.81% | 0.19% | - |
| HSV(B) | 333.85º | 0.9% | 0.34% | - |
| XYZ | 4.46 | 2.4 | 2.51 | - |
| YUV | 36.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 43 | 0 | 0.90 | 0.51 | 0.66 | 333.85 | 0.81 | 0.19 |
| Hex | 57 | 9 | 2B | 0 | 5A | 33 | 42 | 14E | 51 | 13 |
| Octal | 127 | 11 | 53 | 0 | 132 | 63 | 102 | 516 | 121 | 23 |
| Binary | 1010111 | 1001 | 101011 | 0 | 1011010 | 110011 | 1000010 | 101001110 | 1010001 | 10011 |
Color Harmonies of #57092B
Complementary color
Monochromatic Colors of #57092B
Black with #57092B
Text Example
Text Example
White with #57092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57092B; }
p { color: rgb(87,9,43); }
H1.HeaderClassName
{
color: #57092B;
}
.AnyTagClassName
{
color: #57092B;
}
</style>
background-color css
<style>
a { background-color: #57092B; }
a { background-color: rgb(87,9,43); }
div.DivClassName
{
background-color: #57092B;
}
.BgClassName
{
background-color: #57092B;
}
</style>
border-color css
<style>
span { border-color: #57092B; }
span { border-color: rgb(87,9,43); }
td.TdClassName
{
border-color: #57092B;
}
.TagClassName
{
border-color: #57092B;
}
</style>