Shades of Blackberry #360328
Tints of Blackberry #360328
RGB
CMYK
RGB Variations
Color information
#360328 (or 0x360328) is known color: Blackberry. HEX triplet: 36, 03 and 28. RGB value is (54,3,40). Sum of RGB (Red+Green+Blue) = 54+3+40=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #360328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360328 is #C9FCD7. Grayscale: #161616. Windows color (decimal): -13237464 or 2622262. OLE color: 2622262.
HSL color Cylindrical-coordinate representation of color #360328: hue angle of 316.47º 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 #360328 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 40 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.79 |
| HSL | 316.47º | 0.89% | 0.11% | - |
| HSV(B) | 316.47º | 0.94% | 0.21% | - |
| XYZ | 1.94 | 1 | 2.1 | - |
| YUV | 22.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 40 | 0 | 0.94 | 0.26 | 0.79 | 316.47 | 0.89 | 0.11 |
| Hex | 36 | 3 | 28 | 0 | 5E | 1A | 4F | 13C | 59 | B |
| Octal | 66 | 3 | 50 | 0 | 136 | 32 | 117 | 474 | 131 | 13 |
| Binary | 110110 | 11 | 101000 | 0 | 1011110 | 11010 | 1001111 | 100111100 | 1011001 | 1011 |
Color Harmonies of #360328
Complementary color
Monochromatic Colors of #360328
Black with #360328
Text Example
Text Example
White with #360328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360328; }
p { color: rgb(54,3,40); }
H1.HeaderClassName
{
color: #360328;
}
.AnyTagClassName
{
color: #360328;
}
</style>
background-color css
<style>
a { background-color: #360328; }
a { background-color: rgb(54,3,40); }
div.DivClassName
{
background-color: #360328;
}
.BgClassName
{
background-color: #360328;
}
</style>
border-color css
<style>
span { border-color: #360328; }
span { border-color: rgb(54,3,40); }
td.TdClassName
{
border-color: #360328;
}
.TagClassName
{
border-color: #360328;
}
</style>