Shades of Blackberry #360525
Tints of Blackberry #360525
RGB
CMYK
RGB Variations
Color information
#360525 (or 0x360525) is known color: Blackberry. HEX triplet: 36, 05 and 25. RGB value is (54,5,37). Sum of RGB (Red+Green+Blue) = 54+5+37=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #360525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360525 is #C9FADA. Grayscale: #171717. Windows color (decimal): -13236955 or 2426166. OLE color: 2426166.
HSL color Cylindrical-coordinate representation of color #360525: hue angle of 320.82º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360525 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 37 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.79 |
| HSL | 320.82º | 0.83% | 0.12% | - |
| HSV(B) | 320.82º | 0.91% | 0.21% | - |
| XYZ | 1.91 | 1.03 | 1.85 | - |
| YUV | 23.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 37 | 0 | 0.91 | 0.31 | 0.79 | 320.82 | 0.83 | 0.12 |
| Hex | 36 | 5 | 25 | 0 | 5B | 1F | 4F | 141 | 53 | C |
| Octal | 66 | 5 | 45 | 0 | 133 | 37 | 117 | 501 | 123 | 14 |
| Binary | 110110 | 101 | 100101 | 0 | 1011011 | 11111 | 1001111 | 101000001 | 1010011 | 1100 |
Color Harmonies of #360525
Complementary color
Monochromatic Colors of #360525
Black with #360525
Text Example
Text Example
White with #360525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360525; }
p { color: rgb(54,5,37); }
H1.HeaderClassName
{
color: #360525;
}
.AnyTagClassName
{
color: #360525;
}
</style>
background-color css
<style>
a { background-color: #360525; }
a { background-color: rgb(54,5,37); }
div.DivClassName
{
background-color: #360525;
}
.BgClassName
{
background-color: #360525;
}
</style>
border-color css
<style>
span { border-color: #360525; }
span { border-color: rgb(54,5,37); }
td.TdClassName
{
border-color: #360525;
}
.TagClassName
{
border-color: #360525;
}
</style>