Shades of Blackberry #370B22
Tints of Blackberry #370B22
RGB
CMYK
RGB Variations
Color information
#370B22 (or 0x370B22) is known color: Blackberry. HEX triplet: 37, 0B and 22. RGB value is (55,11,34). Sum of RGB (Red+Green+Blue) = 55+11+34=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #370B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B22 is #C8F4DD. Grayscale: #1A1A1A. Windows color (decimal): -13169886 or 2231095. OLE color: 2231095.
HSL color Cylindrical-coordinate representation of color #370B22: hue angle of 328.64º 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 #370B22 is Cyan = 0, Magento = 0.8, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 34 | - |
| CMYK | 0 | 0.8 | 0.38 | 0.78 |
| HSL | 328.64º | 0.67% | 0.13% | - |
| HSV(B) | 328.64º | 0.8% | 0.22% | - |
| XYZ | 1.98 | 1.17 | 1.63 | - |
| YUV | 26.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 34 | 0 | 0.8 | 0.38 | 0.78 | 328.64 | 0.67 | 0.13 |
| Hex | 37 | B | 22 | 0 | 50 | 26 | 4E | 149 | 43 | D |
| Octal | 67 | 13 | 42 | 0 | 120 | 46 | 116 | 511 | 103 | 15 |
| Binary | 110111 | 1011 | 100010 | 0 | 1010000 | 100110 | 1001110 | 101001001 | 1000011 | 1101 |
Color Harmonies of #370B22
Complementary color
Monochromatic Colors of #370B22
Black with #370B22
Text Example
Text Example
White with #370B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B22; }
p { color: rgb(55,11,34); }
H1.HeaderClassName
{
color: #370B22;
}
.AnyTagClassName
{
color: #370B22;
}
</style>
background-color css
<style>
a { background-color: #370B22; }
a { background-color: rgb(55,11,34); }
div.DivClassName
{
background-color: #370B22;
}
.BgClassName
{
background-color: #370B22;
}
</style>
border-color css
<style>
span { border-color: #370B22; }
span { border-color: rgb(55,11,34); }
td.TdClassName
{
border-color: #370B22;
}
.TagClassName
{
border-color: #370B22;
}
</style>