Shades of Blackberry #360219
Tints of Blackberry #360219
RGB
CMYK
RGB Variations
Color information
#360219 (or 0x360219) is known color: Blackberry. HEX triplet: 36, 02 and 19. RGB value is (54,2,25). Sum of RGB (Red+Green+Blue) = 54+2+25=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #360219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360219 is #C9FDE6. Grayscale: #141414. Windows color (decimal): -13237735 or 1638966. OLE color: 1638966.
HSL color Cylindrical-coordinate representation of color #360219: hue angle of 333.46º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360219 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 2 | 25 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.79 |
| HSL | 333.46º | 0.93% | 0.11% | - |
| HSV(B) | 333.46º | 0.96% | 0.21% | - |
| XYZ | 1.72 | 0.9 | 1 | - |
| YUV | 20.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 25 | 0 | 0.96 | 0.54 | 0.79 | 333.46 | 0.93 | 0.11 |
| Hex | 36 | 2 | 19 | 0 | 60 | 36 | 4F | 14D | 5D | B |
| Octal | 66 | 2 | 31 | 0 | 140 | 66 | 117 | 515 | 135 | 13 |
| Binary | 110110 | 10 | 11001 | 0 | 1100000 | 110110 | 1001111 | 101001101 | 1011101 | 1011 |
Color Harmonies of #360219
Complementary color
Monochromatic Colors of #360219
Black with #360219
Text Example
Text Example
White with #360219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360219; }
p { color: rgb(54,2,25); }
H1.HeaderClassName
{
color: #360219;
}
.AnyTagClassName
{
color: #360219;
}
</style>
background-color css
<style>
a { background-color: #360219; }
a { background-color: rgb(54,2,25); }
div.DivClassName
{
background-color: #360219;
}
.BgClassName
{
background-color: #360219;
}
</style>
border-color css
<style>
span { border-color: #360219; }
span { border-color: rgb(54,2,25); }
td.TdClassName
{
border-color: #360219;
}
.TagClassName
{
border-color: #360219;
}
</style>