Shades of Blackberry #370C22
Tints of Blackberry #370C22
RGB
CMYK
RGB Variations
Color information
#370C22 (or 0x370C22) is known color: Blackberry. HEX triplet: 37, 0C and 22. RGB value is (55,12,34). Sum of RGB (Red+Green+Blue) = 55+12+34=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #370C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C22 is #C8F3DD. Grayscale: #1B1B1B. Windows color (decimal): -13169630 or 2231351. OLE color: 2231351.
HSL color Cylindrical-coordinate representation of color #370C22: hue angle of 329.3º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C22 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 34 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.78 |
| HSL | 329.3º | 0.64% | 0.13% | - |
| HSV(B) | 329.3º | 0.78% | 0.22% | - |
| XYZ | 2 | 1.19 | 1.64 | - |
| YUV | 27.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 34 | 0 | 0.78 | 0.38 | 0.78 | 329.3 | 0.64 | 0.13 |
| Hex | 37 | C | 22 | 0 | 4E | 26 | 4E | 149 | 40 | D |
| Octal | 67 | 14 | 42 | 0 | 116 | 46 | 116 | 511 | 100 | 15 |
| Binary | 110111 | 1100 | 100010 | 0 | 1001110 | 100110 | 1001110 | 101001001 | 1000000 | 1101 |
Color Harmonies of #370C22
Complementary color
Monochromatic Colors of #370C22
Black with #370C22
Text Example
Text Example
White with #370C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C22; }
p { color: rgb(55,12,34); }
H1.HeaderClassName
{
color: #370C22;
}
.AnyTagClassName
{
color: #370C22;
}
</style>
background-color css
<style>
a { background-color: #370C22; }
a { background-color: rgb(55,12,34); }
div.DivClassName
{
background-color: #370C22;
}
.BgClassName
{
background-color: #370C22;
}
</style>
border-color css
<style>
span { border-color: #370C22; }
span { border-color: rgb(55,12,34); }
td.TdClassName
{
border-color: #370C22;
}
.TagClassName
{
border-color: #370C22;
}
</style>