Shades of Blackberry #370C2B
Tints of Blackberry #370C2B
RGB
CMYK
RGB Variations
Color information
#370C2B (or 0x370C2B) is known color: Blackberry. HEX triplet: 37, 0C and 2B. RGB value is (55,12,43). Sum of RGB (Red+Green+Blue) = 55+12+43=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #370C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C2B is #C8F3D4. Grayscale: #1C1C1C. Windows color (decimal): -13169621 or 2821175. OLE color: 2821175.
HSL color Cylindrical-coordinate representation of color #370C2B: hue angle of 316.74º 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 #370C2B is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 43 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.78 |
| HSL | 316.74º | 0.64% | 0.13% | - |
| HSV(B) | 316.74º | 0.78% | 0.22% | - |
| XYZ | 2.14 | 1.25 | 2.41 | - |
| YUV | 28.39 | 136.25 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 43 | 0 | 0.78 | 0.22 | 0.78 | 316.74 | 0.64 | 0.13 |
| Hex | 37 | C | 2B | 0 | 4E | 16 | 4E | 13D | 40 | D |
| Octal | 67 | 14 | 53 | 0 | 116 | 26 | 116 | 475 | 100 | 15 |
| Binary | 110111 | 1100 | 101011 | 0 | 1001110 | 10110 | 1001110 | 100111101 | 1000000 | 1101 |
Color Harmonies of #370C2B
Complementary color
Monochromatic Colors of #370C2B
Black with #370C2B
Text Example
Text Example
White with #370C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C2B; }
p { color: rgb(55,12,43); }
H1.HeaderClassName
{
color: #370C2B;
}
.AnyTagClassName
{
color: #370C2B;
}
</style>
background-color css
<style>
a { background-color: #370C2B; }
a { background-color: rgb(55,12,43); }
div.DivClassName
{
background-color: #370C2B;
}
.BgClassName
{
background-color: #370C2B;
}
</style>
border-color css
<style>
span { border-color: #370C2B; }
span { border-color: rgb(55,12,43); }
td.TdClassName
{
border-color: #370C2B;
}
.TagClassName
{
border-color: #370C2B;
}
</style>