Shades of Blackberry #37091E
Tints of Blackberry #37091E
RGB
CMYK
RGB Variations
Color information
#37091E (or 0x37091E) is known color: Blackberry. HEX triplet: 37, 09 and 1E. RGB value is (55,9,30). Sum of RGB (Red+Green+Blue) = 55+9+30=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #37091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37091E is #C8F6E1. Grayscale: #191919. Windows color (decimal): -13170402 or 1968439. OLE color: 1968439.
HSL color Cylindrical-coordinate representation of color #37091E: hue angle of 332.61º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37091E is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 9 | 30 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.78 |
| HSL | 332.61º | 0.72% | 0.13% | - |
| HSV(B) | 332.61º | 0.84% | 0.22% | - |
| XYZ | 1.91 | 1.1 | 1.34 | - |
| YUV | 25.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 30 | 0 | 0.84 | 0.45 | 0.78 | 332.61 | 0.72 | 0.13 |
| Hex | 37 | 9 | 1E | 0 | 54 | 2D | 4E | 14D | 48 | D |
| Octal | 67 | 11 | 36 | 0 | 124 | 55 | 116 | 515 | 110 | 15 |
| Binary | 110111 | 1001 | 11110 | 0 | 1010100 | 101101 | 1001110 | 101001101 | 1001000 | 1101 |
Color Harmonies of #37091E
Complementary color
Monochromatic Colors of #37091E
Black with #37091E
Text Example
Text Example
White with #37091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37091E; }
p { color: rgb(55,9,30); }
H1.HeaderClassName
{
color: #37091E;
}
.AnyTagClassName
{
color: #37091E;
}
</style>
background-color css
<style>
a { background-color: #37091E; }
a { background-color: rgb(55,9,30); }
div.DivClassName
{
background-color: #37091E;
}
.BgClassName
{
background-color: #37091E;
}
</style>
border-color css
<style>
span { border-color: #37091E; }
span { border-color: rgb(55,9,30); }
td.TdClassName
{
border-color: #37091E;
}
.TagClassName
{
border-color: #37091E;
}
</style>