Shades of Blackberry #370323
Tints of Blackberry #370323
RGB
CMYK
RGB Variations
Color information
#370323 (or 0x370323) is known color: Blackberry. HEX triplet: 37, 03 and 23. RGB value is (55,3,35). Sum of RGB (Red+Green+Blue) = 55+3+35=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370323 is #C8FCDC. Grayscale: #161616. Windows color (decimal): -13171933 or 2294583. OLE color: 2294583.
HSL color Cylindrical-coordinate representation of color #370323: hue angle of 323.08º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370323 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 35 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.78 |
| HSL | 323.08º | 0.9% | 0.11% | - |
| HSV(B) | 323.08º | 0.95% | 0.22% | - |
| XYZ | 1.91 | 1 | 1.68 | - |
| YUV | 22.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 35 | 0 | 0.95 | 0.36 | 0.78 | 323.08 | 0.9 | 0.11 |
| Hex | 37 | 3 | 23 | 0 | 5F | 24 | 4E | 143 | 5A | B |
| Octal | 67 | 3 | 43 | 0 | 137 | 44 | 116 | 503 | 132 | 13 |
| Binary | 110111 | 11 | 100011 | 0 | 1011111 | 100100 | 1001110 | 101000011 | 1011010 | 1011 |
Color Harmonies of #370323
Complementary color
Monochromatic Colors of #370323
Black with #370323
Text Example
Text Example
White with #370323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370323; }
p { color: rgb(55,3,35); }
H1.HeaderClassName
{
color: #370323;
}
.AnyTagClassName
{
color: #370323;
}
</style>
background-color css
<style>
a { background-color: #370323; }
a { background-color: rgb(55,3,35); }
div.DivClassName
{
background-color: #370323;
}
.BgClassName
{
background-color: #370323;
}
</style>
border-color css
<style>
span { border-color: #370323; }
span { border-color: rgb(55,3,35); }
td.TdClassName
{
border-color: #370323;
}
.TagClassName
{
border-color: #370323;
}
</style>