Shades of Blackberry #371123
Tints of Blackberry #371123
RGB
CMYK
RGB Variations
Color information
#371123 (or 0x371123) is known color: Blackberry. HEX triplet: 37, 11 and 23. RGB value is (55,17,35). Sum of RGB (Red+Green+Blue) = 55+17+35=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #371123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371123 is #C8EEDC. Grayscale: #1E1E1E. Windows color (decimal): -13168349 or 2298167. OLE color: 2298167.
HSL color Cylindrical-coordinate representation of color #371123: hue angle of 331.58º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371123 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 17 | 35 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.78 |
| HSL | 331.58º | 0.53% | 0.14% | - |
| HSV(B) | 331.58º | 0.69% | 0.22% | - |
| XYZ | 2.08 | 1.33 | 1.74 | - |
| YUV | 30.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 35 | 0 | 0.69 | 0.36 | 0.78 | 331.58 | 0.53 | 0.14 |
| Hex | 37 | 11 | 23 | 0 | 45 | 24 | 4E | 14C | 35 | E |
| Octal | 67 | 21 | 43 | 0 | 105 | 44 | 116 | 514 | 65 | 16 |
| Binary | 110111 | 10001 | 100011 | 0 | 1000101 | 100100 | 1001110 | 101001100 | 110101 | 1110 |
Color Harmonies of #371123
Complementary color
Monochromatic Colors of #371123
Black with #371123
Text Example
Text Example
White with #371123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371123; }
p { color: rgb(55,17,35); }
H1.HeaderClassName
{
color: #371123;
}
.AnyTagClassName
{
color: #371123;
}
</style>
background-color css
<style>
a { background-color: #371123; }
a { background-color: rgb(55,17,35); }
div.DivClassName
{
background-color: #371123;
}
.BgClassName
{
background-color: #371123;
}
</style>
border-color css
<style>
span { border-color: #371123; }
span { border-color: rgb(55,17,35); }
td.TdClassName
{
border-color: #371123;
}
.TagClassName
{
border-color: #371123;
}
</style>