Shades of Blackberry #37031B
Tints of Blackberry #37031B
RGB
CMYK
RGB Variations
Color information
#37031B (or 0x37031B) is known color: Blackberry. HEX triplet: 37, 03 and 1B. RGB value is (55,3,27). Sum of RGB (Red+Green+Blue) = 55+3+27=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #37031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37031B is #C8FCE4. Grayscale: #151515. Windows color (decimal): -13171941 or 1770295. OLE color: 1770295.
HSL color Cylindrical-coordinate representation of color #37031B: hue angle of 332.31º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37031B is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 27 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.78 |
| HSL | 332.31º | 0.9% | 0.11% | - |
| HSV(B) | 332.31º | 0.95% | 0.22% | - |
| XYZ | 1.81 | 0.96 | 1.13 | - |
| YUV | 21.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 27 | 0 | 0.95 | 0.51 | 0.78 | 332.31 | 0.9 | 0.11 |
| Hex | 37 | 3 | 1B | 0 | 5F | 33 | 4E | 14C | 5A | B |
| Octal | 67 | 3 | 33 | 0 | 137 | 63 | 116 | 514 | 132 | 13 |
| Binary | 110111 | 11 | 11011 | 0 | 1011111 | 110011 | 1001110 | 101001100 | 1011010 | 1011 |
Color Harmonies of #37031B
Complementary color
Monochromatic Colors of #37031B
Black with #37031B
Text Example
Text Example
White with #37031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37031B; }
p { color: rgb(55,3,27); }
H1.HeaderClassName
{
color: #37031B;
}
.AnyTagClassName
{
color: #37031B;
}
</style>
background-color css
<style>
a { background-color: #37031B; }
a { background-color: rgb(55,3,27); }
div.DivClassName
{
background-color: #37031B;
}
.BgClassName
{
background-color: #37031B;
}
</style>
border-color css
<style>
span { border-color: #37031B; }
span { border-color: rgb(55,3,27); }
td.TdClassName
{
border-color: #37031B;
}
.TagClassName
{
border-color: #37031B;
}
</style>