Shades of Blackberry #360519
Tints of Blackberry #360519
RGB
CMYK
RGB Variations
Color information
#360519 (or 0x360519) is known color: Blackberry. HEX triplet: 36, 05 and 19. RGB value is (54,5,25). Sum of RGB (Red+Green+Blue) = 54+5+25=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #360519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360519 is #C9FAE6. Grayscale: #151515. Windows color (decimal): -13236967 or 1639734. OLE color: 1639734.
HSL color Cylindrical-coordinate representation of color #360519: hue angle of 335.51º 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 #360519 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 25 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.79 |
| HSL | 335.51º | 0.83% | 0.12% | - |
| HSV(B) | 335.51º | 0.91% | 0.21% | - |
| XYZ | 1.75 | 0.96 | 1.01 | - |
| YUV | 21.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 25 | 0 | 0.91 | 0.54 | 0.79 | 335.51 | 0.83 | 0.12 |
| Hex | 36 | 5 | 19 | 0 | 5B | 36 | 4F | 150 | 53 | C |
| Octal | 66 | 5 | 31 | 0 | 133 | 66 | 117 | 520 | 123 | 14 |
| Binary | 110110 | 101 | 11001 | 0 | 1011011 | 110110 | 1001111 | 101010000 | 1010011 | 1100 |
Color Harmonies of #360519
Complementary color
Monochromatic Colors of #360519
Black with #360519
Text Example
Text Example
White with #360519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360519; }
p { color: rgb(54,5,25); }
H1.HeaderClassName
{
color: #360519;
}
.AnyTagClassName
{
color: #360519;
}
</style>
background-color css
<style>
a { background-color: #360519; }
a { background-color: rgb(54,5,25); }
div.DivClassName
{
background-color: #360519;
}
.BgClassName
{
background-color: #360519;
}
</style>
border-color css
<style>
span { border-color: #360519; }
span { border-color: rgb(54,5,25); }
td.TdClassName
{
border-color: #360519;
}
.TagClassName
{
border-color: #360519;
}
</style>