Shades of Blackberry #370A2D
Tints of Blackberry #370A2D
RGB
CMYK
RGB Variations
Color information
#370A2D (or 0x370A2D) is known color: Blackberry. HEX triplet: 37, 0A and 2D. RGB value is (55,10,45). Sum of RGB (Red+Green+Blue) = 55+10+45=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #370A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A2D is #C8F5D2. Grayscale: #1B1B1B. Windows color (decimal): -13170131 or 2951735. OLE color: 2951735.
HSL color Cylindrical-coordinate representation of color #370A2D: hue angle of 313.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 #370A2D is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
RGB | 55 | 10 | 45 | - |
CMYK | 0 | 0.82 | 0.18 | 0.78 |
HSL | 313.33º | 0.69% | 0.13% | - |
HSV(B) | 313.33º | 0.82% | 0.22% | - |
XYZ | 2.16 | 1.22 | 2.6 | - |
YUV | 27.45 | 137.91 | 147.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 10 | 45 | 0 | 0.82 | 0.18 | 0.78 | 313.33 | 0.69 | 0.13 |
Hex | 37 | A | 2D | 0 | 52 | 12 | 4E | 139 | 45 | D |
Octal | 67 | 12 | 55 | 0 | 122 | 22 | 116 | 471 | 105 | 15 |
Binary | 110111 | 1010 | 101101 | 0 | 1010010 | 10010 | 1001110 | 100111001 | 1000101 | 1101 |
Color Harmonies of #370A2D
Complementary color
Monochromatic Colors of #370A2D
Black with #370A2D
Text Example
Text Example
White with #370A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A2D; }
p { color: rgb(55,10,45); }
H1.HeaderClassName
{
color: #370A2D;
}
.AnyTagClassName
{
color: #370A2D;
}
</style>
background-color css
<style>
a { background-color: #370A2D; }
a { background-color: rgb(55,10,45); }
div.DivClassName
{
background-color: #370A2D;
}
.BgClassName
{
background-color: #370A2D;
}
</style>
border-color css
<style>
span { border-color: #370A2D; }
span { border-color: rgb(55,10,45); }
td.TdClassName
{
border-color: #370A2D;
}
.TagClassName
{
border-color: #370A2D;
}
</style>