Shades of Blackberry #370A1F
Tints of Blackberry #370A1F
RGB
CMYK
RGB Variations
Color information
#370A1F (or 0x370A1F) is known color: Blackberry. HEX triplet: 37, 0A and 1F. RGB value is (55,10,31). Sum of RGB (Red+Green+Blue) = 55+10+31=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A1F is #C8F5E0. Grayscale: #191919. Windows color (decimal): -13170145 or 2034231. OLE color: 2034231.
HSL color Cylindrical-coordinate representation of color #370A1F: hue angle of 332º 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 #370A1F is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 31 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.78 |
| HSL | 332º | 0.69% | 0.13% | - |
| HSV(B) | 332º | 0.82% | 0.22% | - |
| XYZ | 1.93 | 1.13 | 1.41 | - |
| YUV | 25.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 31 | 0 | 0.82 | 0.44 | 0.78 | 332 | 0.69 | 0.13 |
| Hex | 37 | A | 1F | 0 | 52 | 2C | 4E | 14C | 45 | D |
| Octal | 67 | 12 | 37 | 0 | 122 | 54 | 116 | 514 | 105 | 15 |
| Binary | 110111 | 1010 | 11111 | 0 | 1010010 | 101100 | 1001110 | 101001100 | 1000101 | 1101 |
Color Harmonies of #370A1F
Complementary color
Monochromatic Colors of #370A1F
Black with #370A1F
Text Example
Text Example
White with #370A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A1F; }
p { color: rgb(55,10,31); }
H1.HeaderClassName
{
color: #370A1F;
}
.AnyTagClassName
{
color: #370A1F;
}
</style>
background-color css
<style>
a { background-color: #370A1F; }
a { background-color: rgb(55,10,31); }
div.DivClassName
{
background-color: #370A1F;
}
.BgClassName
{
background-color: #370A1F;
}
</style>
border-color css
<style>
span { border-color: #370A1F; }
span { border-color: rgb(55,10,31); }
td.TdClassName
{
border-color: #370A1F;
}
.TagClassName
{
border-color: #370A1F;
}
</style>