Shades of Blackberry #360118
Tints of Blackberry #360118
RGB
CMYK
RGB Variations
Color information
#360118 (or 0x360118) is known color: Blackberry. HEX triplet: 36, 01 and 18. RGB value is (54,1,24). Sum of RGB (Red+Green+Blue) = 54+1+24=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360118 is #C9FEE7. Grayscale: #131313. Windows color (decimal): -13237992 or 1573174. OLE color: 1573174.
HSL color Cylindrical-coordinate representation of color #360118: hue angle of 333.96º 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 #360118 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 24 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.79 |
| HSL | 333.96º | 0.96% | 0.11% | - |
| HSV(B) | 333.96º | 0.98% | 0.21% | - |
| XYZ | 1.7 | 0.87 | 0.94 | - |
| YUV | 19.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 24 | 0 | 0.98 | 0.56 | 0.79 | 333.96 | 0.96 | 0.11 |
| Hex | 36 | 1 | 18 | 0 | 62 | 38 | 4F | 14E | 60 | B |
| Octal | 66 | 1 | 30 | 0 | 142 | 70 | 117 | 516 | 140 | 13 |
| Binary | 110110 | 1 | 11000 | 0 | 1100010 | 111000 | 1001111 | 101001110 | 1100000 | 1011 |
Color Harmonies of #360118
Complementary color
Monochromatic Colors of #360118
Black with #360118
Text Example
Text Example
White with #360118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360118; }
p { color: rgb(54,1,24); }
H1.HeaderClassName
{
color: #360118;
}
.AnyTagClassName
{
color: #360118;
}
</style>
background-color css
<style>
a { background-color: #360118; }
a { background-color: rgb(54,1,24); }
div.DivClassName
{
background-color: #360118;
}
.BgClassName
{
background-color: #360118;
}
</style>
border-color css
<style>
span { border-color: #360118; }
span { border-color: rgb(54,1,24); }
td.TdClassName
{
border-color: #360118;
}
.TagClassName
{
border-color: #360118;
}
</style>