Shades of Blackberry #370A2B
Tints of Blackberry #370A2B
RGB
CMYK
RGB Variations
Color information
#370A2B (or 0x370A2B) is known color: Blackberry. HEX triplet: 37, 0A and 2B. RGB value is (55,10,43). Sum of RGB (Red+Green+Blue) = 55+10+43=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #370A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A2B is #C8F5D4. Grayscale: #1B1B1B. Windows color (decimal): -13170133 or 2820663. OLE color: 2820663.
HSL color Cylindrical-coordinate representation of color #370A2B: hue angle of 316º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A2B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 43 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.78 |
| HSL | 316º | 0.69% | 0.13% | - |
| HSV(B) | 316º | 0.82% | 0.22% | - |
| XYZ | 2.12 | 1.2 | 2.41 | - |
| YUV | 27.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 43 | 0 | 0.82 | 0.22 | 0.78 | 316 | 0.69 | 0.13 |
| Hex | 37 | A | 2B | 0 | 52 | 16 | 4E | 13C | 45 | D |
| Octal | 67 | 12 | 53 | 0 | 122 | 26 | 116 | 474 | 105 | 15 |
| Binary | 110111 | 1010 | 101011 | 0 | 1010010 | 10110 | 1001110 | 100111100 | 1000101 | 1101 |
Color Harmonies of #370A2B
Complementary color
Monochromatic Colors of #370A2B
Black with #370A2B
Text Example
Text Example
White with #370A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A2B; }
p { color: rgb(55,10,43); }
H1.HeaderClassName
{
color: #370A2B;
}
.AnyTagClassName
{
color: #370A2B;
}
</style>
background-color css
<style>
a { background-color: #370A2B; }
a { background-color: rgb(55,10,43); }
div.DivClassName
{
background-color: #370A2B;
}
.BgClassName
{
background-color: #370A2B;
}
</style>
border-color css
<style>
span { border-color: #370A2B; }
span { border-color: rgb(55,10,43); }
td.TdClassName
{
border-color: #370A2B;
}
.TagClassName
{
border-color: #370A2B;
}
</style>