Shades of Blackberry #370523
Tints of Blackberry #370523
RGB
CMYK
RGB Variations
Color information
#370523 (or 0x370523) is known color: Blackberry. HEX triplet: 37, 05 and 23. RGB value is (55,5,35). Sum of RGB (Red+Green+Blue) = 55+5+35=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370523 is #C8FADC. Grayscale: #171717. Windows color (decimal): -13171421 or 2295095. OLE color: 2295095.
HSL color Cylindrical-coordinate representation of color #370523: hue angle of 324º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370523 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 35 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.78 |
| HSL | 324º | 0.83% | 0.12% | - |
| HSV(B) | 324º | 0.91% | 0.22% | - |
| XYZ | 1.93 | 1.04 | 1.69 | - |
| YUV | 23.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 35 | 0 | 0.91 | 0.36 | 0.78 | 324 | 0.83 | 0.12 |
| Hex | 37 | 5 | 23 | 0 | 5B | 24 | 4E | 144 | 53 | C |
| Octal | 67 | 5 | 43 | 0 | 133 | 44 | 116 | 504 | 123 | 14 |
| Binary | 110111 | 101 | 100011 | 0 | 1011011 | 100100 | 1001110 | 101000100 | 1010011 | 1100 |
Color Harmonies of #370523
Complementary color
Monochromatic Colors of #370523
Black with #370523
Text Example
Text Example
White with #370523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370523; }
p { color: rgb(55,5,35); }
H1.HeaderClassName
{
color: #370523;
}
.AnyTagClassName
{
color: #370523;
}
</style>
background-color css
<style>
a { background-color: #370523; }
a { background-color: rgb(55,5,35); }
div.DivClassName
{
background-color: #370523;
}
.BgClassName
{
background-color: #370523;
}
</style>
border-color css
<style>
span { border-color: #370523; }
span { border-color: rgb(55,5,35); }
td.TdClassName
{
border-color: #370523;
}
.TagClassName
{
border-color: #370523;
}
</style>