Shades of Blackberry #370017
Tints of Blackberry #370017
RGB
CMYK
RGB Variations
Color information
#370017 (or 0x370017) is known color: Blackberry. HEX triplet: 37, 00 and 17. RGB value is (55,0,23). Sum of RGB (Red+Green+Blue) = 55+0+23=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370017 is #C8FFE8. Grayscale: #131313. Windows color (decimal): -13172713 or 1507383. OLE color: 1507383.
HSL color Cylindrical-coordinate representation of color #370017: hue angle of 334.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370017 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.58 | 0.78 |
| HSL | 334.91º | 1% | 0.11% | - |
| HSV(B) | 334.91º | 1% | 0.22% | - |
| XYZ | 1.73 | 0.87 | 0.89 | - |
| YUV | 19.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 23 | 0 | 1 | 0.58 | 0.78 | 334.91 | 1 | 0.11 |
| Hex | 37 | 0 | 17 | 0 | 64 | 3A | 4E | 14F | 64 | B |
| Octal | 67 | 0 | 27 | 0 | 144 | 72 | 116 | 517 | 144 | 13 |
| Binary | 110111 | 0 | 10111 | 0 | 1100100 | 111010 | 1001110 | 101001111 | 1100100 | 1011 |
Color Harmonies of #370017
Complementary color
Monochromatic Colors of #370017
Black with #370017
Text Example
Text Example
White with #370017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370017; }
p { color: rgb(55,0,23); }
H1.HeaderClassName
{
color: #370017;
}
.AnyTagClassName
{
color: #370017;
}
</style>
background-color css
<style>
a { background-color: #370017; }
a { background-color: rgb(55,0,23); }
div.DivClassName
{
background-color: #370017;
}
.BgClassName
{
background-color: #370017;
}
</style>
border-color css
<style>
span { border-color: #370017; }
span { border-color: rgb(55,0,23); }
td.TdClassName
{
border-color: #370017;
}
.TagClassName
{
border-color: #370017;
}
</style>