Shades of Blackberry #370F29
Tints of Blackberry #370F29
RGB
CMYK
RGB Variations
Color information
#370F29 (or 0x370F29) is known color: Blackberry. HEX triplet: 37, 0F and 29. RGB value is (55,15,41). Sum of RGB (Red+Green+Blue) = 55+15+41=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #370F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F29 is #C8F0D6. Grayscale: #1D1D1D. Windows color (decimal): -13168855 or 2690871. OLE color: 2690871.
HSL color Cylindrical-coordinate representation of color #370F29: hue angle of 321º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #370F29 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 41 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.78 |
| HSL | 321º | 0.57% | 0.14% | - |
| HSV(B) | 321º | 0.73% | 0.22% | - |
| XYZ | 2.15 | 1.31 | 2.24 | - |
| YUV | 29.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 41 | 0 | 0.73 | 0.25 | 0.78 | 321 | 0.57 | 0.14 |
| Hex | 37 | F | 29 | 0 | 49 | 19 | 4E | 141 | 39 | E |
| Octal | 67 | 17 | 51 | 0 | 111 | 31 | 116 | 501 | 71 | 16 |
| Binary | 110111 | 1111 | 101001 | 0 | 1001001 | 11001 | 1001110 | 101000001 | 111001 | 1110 |
Color Harmonies of #370F29
Complementary color
Monochromatic Colors of #370F29
Black with #370F29
Text Example
Text Example
White with #370F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F29; }
p { color: rgb(55,15,41); }
H1.HeaderClassName
{
color: #370F29;
}
.AnyTagClassName
{
color: #370F29;
}
</style>
background-color css
<style>
a { background-color: #370F29; }
a { background-color: rgb(55,15,41); }
div.DivClassName
{
background-color: #370F29;
}
.BgClassName
{
background-color: #370F29;
}
</style>
border-color css
<style>
span { border-color: #370F29; }
span { border-color: rgb(55,15,41); }
td.TdClassName
{
border-color: #370F29;
}
.TagClassName
{
border-color: #370F29;
}
</style>