Shades of Blackberry #370A20
Tints of Blackberry #370A20
RGB
CMYK
RGB Variations
Color information
#370A20 (or 0x370A20) is known color: Blackberry. HEX triplet: 37, 0A and 20. RGB value is (55,10,32). Sum of RGB (Red+Green+Blue) = 55+10+32=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #370A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A20 is #C8F5DF. Grayscale: #191919. Windows color (decimal): -13170144 or 2099767. OLE color: 2099767.
HSL color Cylindrical-coordinate representation of color #370A20: hue angle of 330.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 #370A20 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
RGB | 55 | 10 | 32 | - |
CMYK | 0 | 0.82 | 0.42 | 0.78 |
HSL | 330.67º | 0.69% | 0.13% | - |
HSV(B) | 330.67º | 0.82% | 0.22% | - |
XYZ | 1.94 | 1.13 | 1.48 | - |
YUV | 25.96 | 131.41 | 148.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 10 | 32 | 0 | 0.82 | 0.42 | 0.78 | 330.67 | 0.69 | 0.13 |
Hex | 37 | A | 20 | 0 | 52 | 2A | 4E | 14B | 45 | D |
Octal | 67 | 12 | 40 | 0 | 122 | 52 | 116 | 513 | 105 | 15 |
Binary | 110111 | 1010 | 100000 | 0 | 1010010 | 101010 | 1001110 | 101001011 | 1000101 | 1101 |
Color Harmonies of #370A20
Complementary color
Monochromatic Colors of #370A20
Black with #370A20
Text Example
Text Example
White with #370A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A20; }
p { color: rgb(55,10,32); }
H1.HeaderClassName
{
color: #370A20;
}
.AnyTagClassName
{
color: #370A20;
}
</style>
background-color css
<style>
a { background-color: #370A20; }
a { background-color: rgb(55,10,32); }
div.DivClassName
{
background-color: #370A20;
}
.BgClassName
{
background-color: #370A20;
}
</style>
border-color css
<style>
span { border-color: #370A20; }
span { border-color: rgb(55,10,32); }
td.TdClassName
{
border-color: #370A20;
}
.TagClassName
{
border-color: #370A20;
}
</style>