Shades of Blackberry #37061B
Tints of Blackberry #37061B
RGB
CMYK
RGB Variations
Color information
#37061B (or 0x37061B) is known color: Blackberry. HEX triplet: 37, 06 and 1B. RGB value is (55,6,27). Sum of RGB (Red+Green+Blue) = 55+6+27=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #37061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37061B is #C8F9E4. Grayscale: #171717. Windows color (decimal): -13171173 or 1771063. OLE color: 1771063.
HSL color Cylindrical-coordinate representation of color #37061B: hue angle of 334.29º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37061B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 6 | 27 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.78 |
| HSL | 334.29º | 0.8% | 0.12% | - |
| HSV(B) | 334.29º | 0.89% | 0.22% | - |
| XYZ | 1.84 | 1.02 | 1.14 | - |
| YUV | 23.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 27 | 0 | 0.89 | 0.51 | 0.78 | 334.29 | 0.8 | 0.12 |
| Hex | 37 | 6 | 1B | 0 | 59 | 33 | 4E | 14E | 50 | C |
| Octal | 67 | 6 | 33 | 0 | 131 | 63 | 116 | 516 | 120 | 14 |
| Binary | 110111 | 110 | 11011 | 0 | 1011001 | 110011 | 1001110 | 101001110 | 1010000 | 1100 |
Color Harmonies of #37061B
Complementary color
Monochromatic Colors of #37061B
Black with #37061B
Text Example
Text Example
White with #37061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37061B; }
p { color: rgb(55,6,27); }
H1.HeaderClassName
{
color: #37061B;
}
.AnyTagClassName
{
color: #37061B;
}
</style>
background-color css
<style>
a { background-color: #37061B; }
a { background-color: rgb(55,6,27); }
div.DivClassName
{
background-color: #37061B;
}
.BgClassName
{
background-color: #37061B;
}
</style>
border-color css
<style>
span { border-color: #37061B; }
span { border-color: rgb(55,6,27); }
td.TdClassName
{
border-color: #37061B;
}
.TagClassName
{
border-color: #37061B;
}
</style>