Shades of Blackberry #37051F
Tints of Blackberry #37051F
RGB
CMYK
RGB Variations
Color information
#37051F (or 0x37051F) is known color: Blackberry. HEX triplet: 37, 05 and 1F. RGB value is (55,5,31). Sum of RGB (Red+Green+Blue) = 55+5+31=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #37051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37051F is #C8FAE0. Grayscale: #161616. Windows color (decimal): -13171425 or 2032951. OLE color: 2032951.
HSL color Cylindrical-coordinate representation of color #37051F: hue angle of 328.8º degrees, saturation: 0.83, 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 #37051F is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 31 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.78 |
| HSL | 328.8º | 0.83% | 0.12% | - |
| HSV(B) | 328.8º | 0.91% | 0.22% | - |
| XYZ | 1.88 | 1.02 | 1.39 | - |
| YUV | 22.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 31 | 0 | 0.91 | 0.44 | 0.78 | 328.8 | 0.83 | 0.12 |
| Hex | 37 | 5 | 1F | 0 | 5B | 2C | 4E | 149 | 53 | C |
| Octal | 67 | 5 | 37 | 0 | 133 | 54 | 116 | 511 | 123 | 14 |
| Binary | 110111 | 101 | 11111 | 0 | 1011011 | 101100 | 1001110 | 101001001 | 1010011 | 1100 |
Color Harmonies of #37051F
Complementary color
Monochromatic Colors of #37051F
Black with #37051F
Text Example
Text Example
White with #37051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37051F; }
p { color: rgb(55,5,31); }
H1.HeaderClassName
{
color: #37051F;
}
.AnyTagClassName
{
color: #37051F;
}
</style>
background-color css
<style>
a { background-color: #37051F; }
a { background-color: rgb(55,5,31); }
div.DivClassName
{
background-color: #37051F;
}
.BgClassName
{
background-color: #37051F;
}
</style>
border-color css
<style>
span { border-color: #37051F; }
span { border-color: rgb(55,5,31); }
td.TdClassName
{
border-color: #37051F;
}
.TagClassName
{
border-color: #37051F;
}
</style>