Shades of Blackberry #360320
Tints of Blackberry #360320
RGB
CMYK
RGB Variations
Color information
#360320 (or 0x360320) is known color: Blackberry. HEX triplet: 36, 03 and 20. RGB value is (54,3,32). Sum of RGB (Red+Green+Blue) = 54+3+32=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #360320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360320 is #C9FCDF. Grayscale: #151515. Windows color (decimal): -13237472 or 2097974. OLE color: 2097974.
HSL color Cylindrical-coordinate representation of color #360320: hue angle of 325.88º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360320 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 32 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.79 |
| HSL | 325.88º | 0.89% | 0.11% | - |
| HSV(B) | 325.88º | 0.94% | 0.21% | - |
| XYZ | 1.81 | 0.95 | 1.45 | - |
| YUV | 21.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 32 | 0 | 0.94 | 0.41 | 0.79 | 325.88 | 0.89 | 0.11 |
| Hex | 36 | 3 | 20 | 0 | 5E | 29 | 4F | 146 | 59 | B |
| Octal | 66 | 3 | 40 | 0 | 136 | 51 | 117 | 506 | 131 | 13 |
| Binary | 110110 | 11 | 100000 | 0 | 1011110 | 101001 | 1001111 | 101000110 | 1011001 | 1011 |
Color Harmonies of #360320
Complementary color
Monochromatic Colors of #360320
Black with #360320
Text Example
Text Example
White with #360320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360320; }
p { color: rgb(54,3,32); }
H1.HeaderClassName
{
color: #360320;
}
.AnyTagClassName
{
color: #360320;
}
</style>
background-color css
<style>
a { background-color: #360320; }
a { background-color: rgb(54,3,32); }
div.DivClassName
{
background-color: #360320;
}
.BgClassName
{
background-color: #360320;
}
</style>
border-color css
<style>
span { border-color: #360320; }
span { border-color: rgb(54,3,32); }
td.TdClassName
{
border-color: #360320;
}
.TagClassName
{
border-color: #360320;
}
</style>