Shades of Blackberry #370A22
Tints of Blackberry #370A22
RGB
CMYK
RGB Variations
Color information
#370A22 (or 0x370A22) is known color: Blackberry. HEX triplet: 37, 0A and 22. RGB value is (55,10,34). Sum of RGB (Red+Green+Blue) = 55+10+34=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #370A22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A22 is #C8F5DD. Grayscale: #1A1A1A. Windows color (decimal): -13170142 or 2230839. OLE color: 2230839.
HSL color Cylindrical-coordinate representation of color #370A22: hue angle of 328º 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 #370A22 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 34 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.78 |
| HSL | 328º | 0.69% | 0.13% | - |
| HSV(B) | 328º | 0.82% | 0.22% | - |
| XYZ | 1.97 | 1.14 | 1.63 | - |
| YUV | 26.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 34 | 0 | 0.82 | 0.38 | 0.78 | 328 | 0.69 | 0.13 |
| Hex | 37 | A | 22 | 0 | 52 | 26 | 4E | 148 | 45 | D |
| Octal | 67 | 12 | 42 | 0 | 122 | 46 | 116 | 510 | 105 | 15 |
| Binary | 110111 | 1010 | 100010 | 0 | 1010010 | 100110 | 1001110 | 101001000 | 1000101 | 1101 |
Color Harmonies of #370A22
Complementary color
Monochromatic Colors of #370A22
Black with #370A22
Text Example
Text Example
White with #370A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A22; }
p { color: rgb(55,10,34); }
H1.HeaderClassName
{
color: #370A22;
}
.AnyTagClassName
{
color: #370A22;
}
</style>
background-color css
<style>
a { background-color: #370A22; }
a { background-color: rgb(55,10,34); }
div.DivClassName
{
background-color: #370A22;
}
.BgClassName
{
background-color: #370A22;
}
</style>
border-color css
<style>
span { border-color: #370A22; }
span { border-color: rgb(55,10,34); }
td.TdClassName
{
border-color: #370A22;
}
.TagClassName
{
border-color: #370A22;
}
</style>