Shades of Blackberry #370B1D
Tints of Blackberry #370B1D
RGB
CMYK
RGB Variations
Color information
#370B1D (or 0x370B1D) is known color: Blackberry. HEX triplet: 37, 0B and 1D. RGB value is (55,11,29). Sum of RGB (Red+Green+Blue) = 55+11+29=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B1D is #C8F4E2. Grayscale: #1A1A1A. Windows color (decimal): -13169891 or 1903415. OLE color: 1903415.
HSL color Cylindrical-coordinate representation of color #370B1D: hue angle of 335.45º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B1D is Cyan = 0, Magento = 0.8, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 29 | - |
| CMYK | 0 | 0.8 | 0.47 | 0.78 |
| HSL | 335.45º | 0.67% | 0.13% | - |
| HSV(B) | 335.45º | 0.8% | 0.22% | - |
| XYZ | 1.92 | 1.14 | 1.28 | - |
| YUV | 26.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 29 | 0 | 0.8 | 0.47 | 0.78 | 335.45 | 0.67 | 0.13 |
| Hex | 37 | B | 1D | 0 | 50 | 2F | 4E | 14F | 43 | D |
| Octal | 67 | 13 | 35 | 0 | 120 | 57 | 116 | 517 | 103 | 15 |
| Binary | 110111 | 1011 | 11101 | 0 | 1010000 | 101111 | 1001110 | 101001111 | 1000011 | 1101 |
Color Harmonies of #370B1D
Complementary color
Monochromatic Colors of #370B1D
Black with #370B1D
Text Example
Text Example
White with #370B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B1D; }
p { color: rgb(55,11,29); }
H1.HeaderClassName
{
color: #370B1D;
}
.AnyTagClassName
{
color: #370B1D;
}
</style>
background-color css
<style>
a { background-color: #370B1D; }
a { background-color: rgb(55,11,29); }
div.DivClassName
{
background-color: #370B1D;
}
.BgClassName
{
background-color: #370B1D;
}
</style>
border-color css
<style>
span { border-color: #370B1D; }
span { border-color: rgb(55,11,29); }
td.TdClassName
{
border-color: #370B1D;
}
.TagClassName
{
border-color: #370B1D;
}
</style>