Shades of Blackberry #371C2B
Tints of Blackberry #371C2B
RGB
CMYK
RGB Variations
Color information
#371C2B (or 0x371C2B) is known color: Blackberry. HEX triplet: 37, 1C and 2B. RGB value is (55,28,43). Sum of RGB (Red+Green+Blue) = 55+28+43=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #371C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C2B is #C8E3D4. Grayscale: #252525. Windows color (decimal): -13165525 or 2825271. OLE color: 2825271.
HSL color Cylindrical-coordinate representation of color #371C2B: hue angle of 326.67º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #371C2B is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 28 | 43 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.78 |
| HSL | 326.67º | 0.33% | 0.16% | - |
| HSV(B) | 326.67º | 0.49% | 0.22% | - |
| XYZ | 2.43 | 1.82 | 2.51 | - |
| YUV | 37.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 43 | 0 | 0.49 | 0.22 | 0.78 | 326.67 | 0.33 | 0.16 |
| Hex | 37 | 1C | 2B | 0 | 31 | 16 | 4E | 147 | 21 | 10 |
| Octal | 67 | 34 | 53 | 0 | 61 | 26 | 116 | 507 | 41 | 20 |
| Binary | 110111 | 11100 | 101011 | 0 | 110001 | 10110 | 1001110 | 101000111 | 100001 | 10000 |
Color Harmonies of #371C2B
Complementary color
Monochromatic Colors of #371C2B
Black with #371C2B
Text Example
Text Example
White with #371C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C2B; }
p { color: rgb(55,28,43); }
H1.HeaderClassName
{
color: #371C2B;
}
.AnyTagClassName
{
color: #371C2B;
}
</style>
background-color css
<style>
a { background-color: #371C2B; }
a { background-color: rgb(55,28,43); }
div.DivClassName
{
background-color: #371C2B;
}
.BgClassName
{
background-color: #371C2B;
}
</style>
border-color css
<style>
span { border-color: #371C2B; }
span { border-color: rgb(55,28,43); }
td.TdClassName
{
border-color: #371C2B;
}
.TagClassName
{
border-color: #371C2B;
}
</style>