Shades of Blackberry #370B20
Tints of Blackberry #370B20
RGB
CMYK
RGB Variations
Color information
#370B20 (or 0x370B20) is known color: Blackberry. HEX triplet: 37, 0B and 20. RGB value is (55,11,32). Sum of RGB (Red+Green+Blue) = 55+11+32=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B20 is #C8F4DF. Grayscale: #1A1A1A. Windows color (decimal): -13169888 or 2100023. OLE color: 2100023.
HSL color Cylindrical-coordinate representation of color #370B20: hue angle of 331.36º 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 #370B20 is Cyan = 0, Magento = 0.8, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 32 | - |
| CMYK | 0 | 0.8 | 0.42 | 0.78 |
| HSL | 331.36º | 0.67% | 0.13% | - |
| HSV(B) | 331.36º | 0.8% | 0.22% | - |
| XYZ | 1.96 | 1.16 | 1.49 | - |
| YUV | 26.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 32 | 0 | 0.8 | 0.42 | 0.78 | 331.36 | 0.67 | 0.13 |
| Hex | 37 | B | 20 | 0 | 50 | 2A | 4E | 14B | 43 | D |
| Octal | 67 | 13 | 40 | 0 | 120 | 52 | 116 | 513 | 103 | 15 |
| Binary | 110111 | 1011 | 100000 | 0 | 1010000 | 101010 | 1001110 | 101001011 | 1000011 | 1101 |
Color Harmonies of #370B20
Complementary color
Monochromatic Colors of #370B20
Black with #370B20
Text Example
Text Example
White with #370B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B20; }
p { color: rgb(55,11,32); }
H1.HeaderClassName
{
color: #370B20;
}
.AnyTagClassName
{
color: #370B20;
}
</style>
background-color css
<style>
a { background-color: #370B20; }
a { background-color: rgb(55,11,32); }
div.DivClassName
{
background-color: #370B20;
}
.BgClassName
{
background-color: #370B20;
}
</style>
border-color css
<style>
span { border-color: #370B20; }
span { border-color: rgb(55,11,32); }
td.TdClassName
{
border-color: #370B20;
}
.TagClassName
{
border-color: #370B20;
}
</style>