Shades of Blackberry #360217
Tints of Blackberry #360217
RGB
CMYK
RGB Variations
Color information
#360217 (or 0x360217) is known color: Blackberry. HEX triplet: 36, 02 and 17. RGB value is (54,2,23). Sum of RGB (Red+Green+Blue) = 54+2+23=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360217 is #C9FDE8. Grayscale: #131313. Windows color (decimal): -13237737 or 1507894. OLE color: 1507894.
HSL color Cylindrical-coordinate representation of color #360217: hue angle of 335.77º 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 #360217 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 2 | 23 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.79 |
| HSL | 335.77º | 0.93% | 0.11% | - |
| HSV(B) | 335.77º | 0.96% | 0.21% | - |
| XYZ | 1.7 | 0.89 | 0.89 | - |
| YUV | 19.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 23 | 0 | 0.96 | 0.57 | 0.79 | 335.77 | 0.93 | 0.11 |
| Hex | 36 | 2 | 17 | 0 | 60 | 39 | 4F | 150 | 5D | B |
| Octal | 66 | 2 | 27 | 0 | 140 | 71 | 117 | 520 | 135 | 13 |
| Binary | 110110 | 10 | 10111 | 0 | 1100000 | 111001 | 1001111 | 101010000 | 1011101 | 1011 |
Color Harmonies of #360217
Complementary color
Monochromatic Colors of #360217
Black with #360217
Text Example
Text Example
White with #360217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360217; }
p { color: rgb(54,2,23); }
H1.HeaderClassName
{
color: #360217;
}
.AnyTagClassName
{
color: #360217;
}
</style>
background-color css
<style>
a { background-color: #360217; }
a { background-color: rgb(54,2,23); }
div.DivClassName
{
background-color: #360217;
}
.BgClassName
{
background-color: #360217;
}
</style>
border-color css
<style>
span { border-color: #360217; }
span { border-color: rgb(54,2,23); }
td.TdClassName
{
border-color: #360217;
}
.TagClassName
{
border-color: #360217;
}
</style>