Shades of Blackberry #370A27
Tints of Blackberry #370A27
RGB
CMYK
RGB Variations
Color information
#370A27 (or 0x370A27) is known color: Blackberry. HEX triplet: 37, 0A and 27. RGB value is (55,10,39). Sum of RGB (Red+Green+Blue) = 55+10+39=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #370A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A27 is #C8F5D8. Grayscale: #1A1A1A. Windows color (decimal): -13170137 or 2558519. OLE color: 2558519.
HSL color Cylindrical-coordinate representation of color #370A27: hue angle of 321.33º 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 #370A27 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 39 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.78 |
| HSL | 321.33º | 0.69% | 0.13% | - |
| HSV(B) | 321.33º | 0.82% | 0.22% | - |
| XYZ | 2.05 | 1.18 | 2.04 | - |
| YUV | 26.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 39 | 0 | 0.82 | 0.29 | 0.78 | 321.33 | 0.69 | 0.13 |
| Hex | 37 | A | 27 | 0 | 52 | 1D | 4E | 141 | 45 | D |
| Octal | 67 | 12 | 47 | 0 | 122 | 35 | 116 | 501 | 105 | 15 |
| Binary | 110111 | 1010 | 100111 | 0 | 1010010 | 11101 | 1001110 | 101000001 | 1000101 | 1101 |
Color Harmonies of #370A27
Complementary color
Monochromatic Colors of #370A27
Black with #370A27
Text Example
Text Example
White with #370A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A27; }
p { color: rgb(55,10,39); }
H1.HeaderClassName
{
color: #370A27;
}
.AnyTagClassName
{
color: #370A27;
}
</style>
background-color css
<style>
a { background-color: #370A27; }
a { background-color: rgb(55,10,39); }
div.DivClassName
{
background-color: #370A27;
}
.BgClassName
{
background-color: #370A27;
}
</style>
border-color css
<style>
span { border-color: #370A27; }
span { border-color: rgb(55,10,39); }
td.TdClassName
{
border-color: #370A27;
}
.TagClassName
{
border-color: #370A27;
}
</style>