Shades of Blackberry #37051C
Tints of Blackberry #37051C
RGB
CMYK
RGB Variations
Color information
#37051C (or 0x37051C) is known color: Blackberry. HEX triplet: 37, 05 and 1C. RGB value is (55,5,28). Sum of RGB (Red+Green+Blue) = 55+5+28=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #37051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37051C is #C8FAE3. Grayscale: #161616. Windows color (decimal): -13171428 or 1836343. OLE color: 1836343.
HSL color Cylindrical-coordinate representation of color #37051C: hue angle of 332.4º 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 #37051C is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 28 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.78 |
| HSL | 332.4º | 0.83% | 0.12% | - |
| HSV(B) | 332.4º | 0.91% | 0.22% | - |
| XYZ | 1.84 | 1 | 1.2 | - |
| YUV | 22.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 28 | 0 | 0.91 | 0.49 | 0.78 | 332.4 | 0.83 | 0.12 |
| Hex | 37 | 5 | 1C | 0 | 5B | 31 | 4E | 14C | 53 | C |
| Octal | 67 | 5 | 34 | 0 | 133 | 61 | 116 | 514 | 123 | 14 |
| Binary | 110111 | 101 | 11100 | 0 | 1011011 | 110001 | 1001110 | 101001100 | 1010011 | 1100 |
Color Harmonies of #37051C
Complementary color
Monochromatic Colors of #37051C
Black with #37051C
Text Example
Text Example
White with #37051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37051C; }
p { color: rgb(55,5,28); }
H1.HeaderClassName
{
color: #37051C;
}
.AnyTagClassName
{
color: #37051C;
}
</style>
background-color css
<style>
a { background-color: #37051C; }
a { background-color: rgb(55,5,28); }
div.DivClassName
{
background-color: #37051C;
}
.BgClassName
{
background-color: #37051C;
}
</style>
border-color css
<style>
span { border-color: #37051C; }
span { border-color: rgb(55,5,28); }
td.TdClassName
{
border-color: #37051C;
}
.TagClassName
{
border-color: #37051C;
}
</style>