Shades of Blackberry #370D26
Tints of Blackberry #370D26
RGB
CMYK
RGB Variations
Color information
#370D26 (or 0x370D26) is known color: Blackberry. HEX triplet: 37, 0D and 26. RGB value is (55,13,38). Sum of RGB (Red+Green+Blue) = 55+13+38=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #370D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D26 is #C8F2D9. Grayscale: #1C1C1C. Windows color (decimal): -13169370 or 2493751. OLE color: 2493751.
HSL color Cylindrical-coordinate representation of color #370D26: hue angle of 324.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D26 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 38 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.78 |
| HSL | 324.29º | 0.62% | 0.13% | - |
| HSV(B) | 324.29º | 0.76% | 0.22% | - |
| XYZ | 2.07 | 1.24 | 1.96 | - |
| YUV | 28.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 38 | 0 | 0.76 | 0.31 | 0.78 | 324.29 | 0.62 | 0.13 |
| Hex | 37 | D | 26 | 0 | 4C | 1F | 4E | 144 | 3E | D |
| Octal | 67 | 15 | 46 | 0 | 114 | 37 | 116 | 504 | 76 | 15 |
| Binary | 110111 | 1101 | 100110 | 0 | 1001100 | 11111 | 1001110 | 101000100 | 111110 | 1101 |
Color Harmonies of #370D26
Complementary color
Monochromatic Colors of #370D26
Black with #370D26
Text Example
Text Example
White with #370D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D26; }
p { color: rgb(55,13,38); }
H1.HeaderClassName
{
color: #370D26;
}
.AnyTagClassName
{
color: #370D26;
}
</style>
background-color css
<style>
a { background-color: #370D26; }
a { background-color: rgb(55,13,38); }
div.DivClassName
{
background-color: #370D26;
}
.BgClassName
{
background-color: #370D26;
}
</style>
border-color css
<style>
span { border-color: #370D26; }
span { border-color: rgb(55,13,38); }
td.TdClassName
{
border-color: #370D26;
}
.TagClassName
{
border-color: #370D26;
}
</style>