Shades of Blackberry #360117
Tints of Blackberry #360117
RGB
CMYK
RGB Variations
Color information
#360117 (or 0x360117) is known color: Blackberry. HEX triplet: 36, 01 and 17. RGB value is (54,1,23). Sum of RGB (Red+Green+Blue) = 54+1+23=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360117 is #C9FEE8. Grayscale: #131313. Windows color (decimal): -13237993 or 1507638. OLE color: 1507638.
HSL color Cylindrical-coordinate representation of color #360117: hue angle of 335.09º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360117 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 23 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.79 |
| HSL | 335.09º | 0.96% | 0.11% | - |
| HSV(B) | 335.09º | 0.98% | 0.21% | - |
| XYZ | 1.69 | 0.87 | 0.89 | - |
| YUV | 19.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 23 | 0 | 0.98 | 0.57 | 0.79 | 335.09 | 0.96 | 0.11 |
| Hex | 36 | 1 | 17 | 0 | 62 | 39 | 4F | 14F | 60 | B |
| Octal | 66 | 1 | 27 | 0 | 142 | 71 | 117 | 517 | 140 | 13 |
| Binary | 110110 | 1 | 10111 | 0 | 1100010 | 111001 | 1001111 | 101001111 | 1100000 | 1011 |
Color Harmonies of #360117
Complementary color
Monochromatic Colors of #360117
Black with #360117
Text Example
Text Example
White with #360117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360117; }
p { color: rgb(54,1,23); }
H1.HeaderClassName
{
color: #360117;
}
.AnyTagClassName
{
color: #360117;
}
</style>
background-color css
<style>
a { background-color: #360117; }
a { background-color: rgb(54,1,23); }
div.DivClassName
{
background-color: #360117;
}
.BgClassName
{
background-color: #360117;
}
</style>
border-color css
<style>
span { border-color: #360117; }
span { border-color: rgb(54,1,23); }
td.TdClassName
{
border-color: #360117;
}
.TagClassName
{
border-color: #360117;
}
</style>