Shades of Blackberry #370A26
Tints of Blackberry #370A26
RGB
CMYK
RGB Variations
Color information
#370A26 (or 0x370A26) is known color: Blackberry. HEX triplet: 37, 0A and 26. RGB value is (55,10,38). Sum of RGB (Red+Green+Blue) = 55+10+38=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #370A26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A26 is #C8F5D9. Grayscale: #1A1A1A. Windows color (decimal): -13170138 or 2492983. OLE color: 2492983.
HSL color Cylindrical-coordinate representation of color #370A26: hue angle of 322.67º 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 #370A26 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 38 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.78 |
| HSL | 322.67º | 0.69% | 0.13% | - |
| HSV(B) | 322.67º | 0.82% | 0.22% | - |
| XYZ | 2.03 | 1.17 | 1.95 | - |
| YUV | 26.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 38 | 0 | 0.82 | 0.31 | 0.78 | 322.67 | 0.69 | 0.13 |
| Hex | 37 | A | 26 | 0 | 52 | 1F | 4E | 143 | 45 | D |
| Octal | 67 | 12 | 46 | 0 | 122 | 37 | 116 | 503 | 105 | 15 |
| Binary | 110111 | 1010 | 100110 | 0 | 1010010 | 11111 | 1001110 | 101000011 | 1000101 | 1101 |
Color Harmonies of #370A26
Complementary color
Monochromatic Colors of #370A26
Black with #370A26
Text Example
Text Example
White with #370A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A26; }
p { color: rgb(55,10,38); }
H1.HeaderClassName
{
color: #370A26;
}
.AnyTagClassName
{
color: #370A26;
}
</style>
background-color css
<style>
a { background-color: #370A26; }
a { background-color: rgb(55,10,38); }
div.DivClassName
{
background-color: #370A26;
}
.BgClassName
{
background-color: #370A26;
}
</style>
border-color css
<style>
span { border-color: #370A26; }
span { border-color: rgb(55,10,38); }
td.TdClassName
{
border-color: #370A26;
}
.TagClassName
{
border-color: #370A26;
}
</style>