Shades of Blackberry #37011F
Tints of Blackberry #37011F
RGB
CMYK
RGB Variations
Color information
#37011F (or 0x37011F) is known color: Blackberry. HEX triplet: 37, 01 and 1F. RGB value is (55,1,31). Sum of RGB (Red+Green+Blue) = 55+1+31=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #37011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37011F is #C8FEE0. Grayscale: #141414. Windows color (decimal): -13172449 or 2031927. OLE color: 2031927.
HSL color Cylindrical-coordinate representation of color #37011F: hue angle of 326.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37011F is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 1 | 31 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.78 |
| HSL | 326.67º | 0.96% | 0.11% | - |
| HSV(B) | 326.67º | 0.98% | 0.22% | - |
| XYZ | 1.83 | 0.93 | 1.38 | - |
| YUV | 20.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 31 | 0 | 0.98 | 0.44 | 0.78 | 326.67 | 0.96 | 0.11 |
| Hex | 37 | 1 | 1F | 0 | 62 | 2C | 4E | 147 | 60 | B |
| Octal | 67 | 1 | 37 | 0 | 142 | 54 | 116 | 507 | 140 | 13 |
| Binary | 110111 | 1 | 11111 | 0 | 1100010 | 101100 | 1001110 | 101000111 | 1100000 | 1011 |
Color Harmonies of #37011F
Complementary color
Monochromatic Colors of #37011F
Black with #37011F
Text Example
Text Example
White with #37011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37011F; }
p { color: rgb(55,1,31); }
H1.HeaderClassName
{
color: #37011F;
}
.AnyTagClassName
{
color: #37011F;
}
</style>
background-color css
<style>
a { background-color: #37011F; }
a { background-color: rgb(55,1,31); }
div.DivClassName
{
background-color: #37011F;
}
.BgClassName
{
background-color: #37011F;
}
</style>
border-color css
<style>
span { border-color: #37011F; }
span { border-color: rgb(55,1,31); }
td.TdClassName
{
border-color: #37011F;
}
.TagClassName
{
border-color: #37011F;
}
</style>