Shades of Blackberry #370A2A
Tints of Blackberry #370A2A
RGB
CMYK
RGB Variations
Color information
#370A2A (or 0x370A2A) is known color: Blackberry. HEX triplet: 37, 0A and 2A. RGB value is (55,10,42). Sum of RGB (Red+Green+Blue) = 55+10+42=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370A2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A2A is #C8F5D5. Grayscale: #1B1B1B. Windows color (decimal): -13170134 or 2755127. OLE color: 2755127.
HSL color Cylindrical-coordinate representation of color #370A2A: hue angle of 317.33º 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 #370A2A is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 42 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.78 |
| HSL | 317.33º | 0.69% | 0.13% | - |
| HSV(B) | 317.33º | 0.82% | 0.22% | - |
| XYZ | 2.1 | 1.2 | 2.31 | - |
| YUV | 27.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 42 | 0 | 0.82 | 0.24 | 0.78 | 317.33 | 0.69 | 0.13 |
| Hex | 37 | A | 2A | 0 | 52 | 18 | 4E | 13D | 45 | D |
| Octal | 67 | 12 | 52 | 0 | 122 | 30 | 116 | 475 | 105 | 15 |
| Binary | 110111 | 1010 | 101010 | 0 | 1010010 | 11000 | 1001110 | 100111101 | 1000101 | 1101 |
Color Harmonies of #370A2A
Complementary color
Monochromatic Colors of #370A2A
Black with #370A2A
Text Example
Text Example
White with #370A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A2A; }
p { color: rgb(55,10,42); }
H1.HeaderClassName
{
color: #370A2A;
}
.AnyTagClassName
{
color: #370A2A;
}
</style>
background-color css
<style>
a { background-color: #370A2A; }
a { background-color: rgb(55,10,42); }
div.DivClassName
{
background-color: #370A2A;
}
.BgClassName
{
background-color: #370A2A;
}
</style>
border-color css
<style>
span { border-color: #370A2A; }
span { border-color: rgb(55,10,42); }
td.TdClassName
{
border-color: #370A2A;
}
.TagClassName
{
border-color: #370A2A;
}
</style>