Shades of Blackberry #37101F
Tints of Blackberry #37101F
RGB
CMYK
RGB Variations
Color information
#37101F (or 0x37101F) is known color: Blackberry. HEX triplet: 37, 10 and 1F. RGB value is (55,16,31). Sum of RGB (Red+Green+Blue) = 55+16+31=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37101F is #C8EFE0. Grayscale: #1D1D1D. Windows color (decimal): -13168609 or 2035767. OLE color: 2035767.
HSL color Cylindrical-coordinate representation of color #37101F: hue angle of 336.92º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37101F is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 16 | 31 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.78 |
| HSL | 336.92º | 0.55% | 0.14% | - |
| HSV(B) | 336.92º | 0.71% | 0.22% | - |
| XYZ | 2.01 | 1.28 | 1.44 | - |
| YUV | 29.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 31 | 0 | 0.71 | 0.44 | 0.78 | 336.92 | 0.55 | 0.14 |
| Hex | 37 | 10 | 1F | 0 | 47 | 2C | 4E | 151 | 37 | E |
| Octal | 67 | 20 | 37 | 0 | 107 | 54 | 116 | 521 | 67 | 16 |
| Binary | 110111 | 10000 | 11111 | 0 | 1000111 | 101100 | 1001110 | 101010001 | 110111 | 1110 |
Color Harmonies of #37101F
Complementary color
Monochromatic Colors of #37101F
Black with #37101F
Text Example
Text Example
White with #37101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37101F; }
p { color: rgb(55,16,31); }
H1.HeaderClassName
{
color: #37101F;
}
.AnyTagClassName
{
color: #37101F;
}
</style>
background-color css
<style>
a { background-color: #37101F; }
a { background-color: rgb(55,16,31); }
div.DivClassName
{
background-color: #37101F;
}
.BgClassName
{
background-color: #37101F;
}
</style>
border-color css
<style>
span { border-color: #37101F; }
span { border-color: rgb(55,16,31); }
td.TdClassName
{
border-color: #37101F;
}
.TagClassName
{
border-color: #37101F;
}
</style>