Shades of Blackberry #371D2D
Tints of Blackberry #371D2D
RGB
CMYK
RGB Variations
Color information
#371D2D (or 0x371D2D) is known color: Blackberry. HEX triplet: 37, 1D and 2D. RGB value is (55,29,45). Sum of RGB (Red+Green+Blue) = 55+29+45=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #371D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D2D is #C8E2D2. Grayscale: #262626. Windows color (decimal): -13165267 or 2956599. OLE color: 2956599.
HSL color Cylindrical-coordinate representation of color #371D2D: hue angle of 323.08º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #371D2D is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 45 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.78 |
| HSL | 323.08º | 0.31% | 0.16% | - |
| HSV(B) | 323.08º | 0.47% | 0.22% | - |
| XYZ | 2.49 | 1.88 | 2.71 | - |
| YUV | 38.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 45 | 0 | 0.47 | 0.18 | 0.78 | 323.08 | 0.31 | 0.16 |
| Hex | 37 | 1D | 2D | 0 | 2F | 12 | 4E | 143 | 1F | 10 |
| Octal | 67 | 35 | 55 | 0 | 57 | 22 | 116 | 503 | 37 | 20 |
| Binary | 110111 | 11101 | 101101 | 0 | 101111 | 10010 | 1001110 | 101000011 | 11111 | 10000 |
Color Harmonies of #371D2D
Complementary color
Monochromatic Colors of #371D2D
Black with #371D2D
Text Example
Text Example
White with #371D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D2D; }
p { color: rgb(55,29,45); }
H1.HeaderClassName
{
color: #371D2D;
}
.AnyTagClassName
{
color: #371D2D;
}
</style>
background-color css
<style>
a { background-color: #371D2D; }
a { background-color: rgb(55,29,45); }
div.DivClassName
{
background-color: #371D2D;
}
.BgClassName
{
background-color: #371D2D;
}
</style>
border-color css
<style>
span { border-color: #371D2D; }
span { border-color: rgb(55,29,45); }
td.TdClassName
{
border-color: #371D2D;
}
.TagClassName
{
border-color: #371D2D;
}
</style>