Shades of Blackberry #371626
Tints of Blackberry #371626
RGB
CMYK
RGB Variations
Color information
#371626 (or 0x371626) is known color: Blackberry. HEX triplet: 37, 16 and 26. RGB value is (55,22,38). Sum of RGB (Red+Green+Blue) = 55+22+38=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #371626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371626 is #C8E9D9. Grayscale: #212121. Windows color (decimal): -13167066 or 2496055. OLE color: 2496055.
HSL color Cylindrical-coordinate representation of color #371626: hue angle of 330.91º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #371626 is Cyan = 0, Magento = 0.6, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 38 | - |
| CMYK | 0 | 0.6 | 0.31 | 0.78 |
| HSL | 330.91º | 0.43% | 0.15% | - |
| HSV(B) | 330.91º | 0.6% | 0.22% | - |
| XYZ | 2.21 | 1.53 | 2.01 | - |
| YUV | 33.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 38 | 0 | 0.6 | 0.31 | 0.78 | 330.91 | 0.43 | 0.15 |
| Hex | 37 | 16 | 26 | 0 | 3C | 1F | 4E | 14B | 2B | F |
| Octal | 67 | 26 | 46 | 0 | 74 | 37 | 116 | 513 | 53 | 17 |
| Binary | 110111 | 10110 | 100110 | 0 | 111100 | 11111 | 1001110 | 101001011 | 101011 | 1111 |
Color Harmonies of #371626
Complementary color
Monochromatic Colors of #371626
Black with #371626
Text Example
Text Example
White with #371626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371626; }
p { color: rgb(55,22,38); }
H1.HeaderClassName
{
color: #371626;
}
.AnyTagClassName
{
color: #371626;
}
</style>
background-color css
<style>
a { background-color: #371626; }
a { background-color: rgb(55,22,38); }
div.DivClassName
{
background-color: #371626;
}
.BgClassName
{
background-color: #371626;
}
</style>
border-color css
<style>
span { border-color: #371626; }
span { border-color: rgb(55,22,38); }
td.TdClassName
{
border-color: #371626;
}
.TagClassName
{
border-color: #371626;
}
</style>