Shades of Blackberry #370F20
Tints of Blackberry #370F20
RGB
CMYK
RGB Variations
Color information
#370F20 (or 0x370F20) is known color: Blackberry. HEX triplet: 37, 0F and 20. RGB value is (55,15,32). Sum of RGB (Red+Green+Blue) = 55+15+32=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #370F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F20 is #C8F0DF. Grayscale: #1C1C1C. Windows color (decimal): -13168864 or 2101047. OLE color: 2101047.
HSL color Cylindrical-coordinate representation of color #370F20: hue angle of 334.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #370F20 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 15 | 32 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.78 |
| HSL | 334.5º | 0.57% | 0.14% | - |
| HSV(B) | 334.5º | 0.73% | 0.22% | - |
| XYZ | 2.01 | 1.26 | 1.5 | - |
| YUV | 28.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 32 | 0 | 0.73 | 0.42 | 0.78 | 334.5 | 0.57 | 0.14 |
| Hex | 37 | F | 20 | 0 | 49 | 2A | 4E | 14E | 39 | E |
| Octal | 67 | 17 | 40 | 0 | 111 | 52 | 116 | 516 | 71 | 16 |
| Binary | 110111 | 1111 | 100000 | 0 | 1001001 | 101010 | 1001110 | 101001110 | 111001 | 1110 |
Color Harmonies of #370F20
Complementary color
Monochromatic Colors of #370F20
Black with #370F20
Text Example
Text Example
White with #370F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F20; }
p { color: rgb(55,15,32); }
H1.HeaderClassName
{
color: #370F20;
}
.AnyTagClassName
{
color: #370F20;
}
</style>
background-color css
<style>
a { background-color: #370F20; }
a { background-color: rgb(55,15,32); }
div.DivClassName
{
background-color: #370F20;
}
.BgClassName
{
background-color: #370F20;
}
</style>
border-color css
<style>
span { border-color: #370F20; }
span { border-color: rgb(55,15,32); }
td.TdClassName
{
border-color: #370F20;
}
.TagClassName
{
border-color: #370F20;
}
</style>