Shades of Blackberry #370B1E
Tints of Blackberry #370B1E
RGB
CMYK
RGB Variations
Color information
#370B1E (or 0x370B1E) is known color: Blackberry. HEX triplet: 37, 0B and 1E. RGB value is (55,11,30). Sum of RGB (Red+Green+Blue) = 55+11+30=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B1E is #C8F4E1. Grayscale: #1A1A1A. Windows color (decimal): -13169890 or 1968951. OLE color: 1968951.
HSL color Cylindrical-coordinate representation of color #370B1E: hue angle of 334.09º 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 #370B1E is Cyan = 0, Magento = 0.8, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 30 | - |
| CMYK | 0 | 0.8 | 0.45 | 0.78 |
| HSL | 334.09º | 0.67% | 0.13% | - |
| HSV(B) | 334.09º | 0.8% | 0.22% | - |
| XYZ | 1.93 | 1.15 | 1.35 | - |
| YUV | 26.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 30 | 0 | 0.8 | 0.45 | 0.78 | 334.09 | 0.67 | 0.13 |
| Hex | 37 | B | 1E | 0 | 50 | 2D | 4E | 14E | 43 | D |
| Octal | 67 | 13 | 36 | 0 | 120 | 55 | 116 | 516 | 103 | 15 |
| Binary | 110111 | 1011 | 11110 | 0 | 1010000 | 101101 | 1001110 | 101001110 | 1000011 | 1101 |
Color Harmonies of #370B1E
Complementary color
Monochromatic Colors of #370B1E
Black with #370B1E
Text Example
Text Example
White with #370B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B1E; }
p { color: rgb(55,11,30); }
H1.HeaderClassName
{
color: #370B1E;
}
.AnyTagClassName
{
color: #370B1E;
}
</style>
background-color css
<style>
a { background-color: #370B1E; }
a { background-color: rgb(55,11,30); }
div.DivClassName
{
background-color: #370B1E;
}
.BgClassName
{
background-color: #370B1E;
}
</style>
border-color css
<style>
span { border-color: #370B1E; }
span { border-color: rgb(55,11,30); }
td.TdClassName
{
border-color: #370B1E;
}
.TagClassName
{
border-color: #370B1E;
}
</style>