Shades of Blackberry #360418
Tints of Blackberry #360418
RGB
CMYK
RGB Variations
Color information
#360418 (or 0x360418) is known color: Blackberry. HEX triplet: 36, 04 and 18. RGB value is (54,4,24). Sum of RGB (Red+Green+Blue) = 54+4+24=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #360418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360418 is #C9FBE7. Grayscale: #151515. Windows color (decimal): -13237224 or 1573942. OLE color: 1573942.
HSL color Cylindrical-coordinate representation of color #360418: hue angle of 336º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360418 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 24 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.79 |
| HSL | 336º | 0.86% | 0.11% | - |
| HSV(B) | 336º | 0.93% | 0.21% | - |
| XYZ | 1.73 | 0.94 | 0.95 | - |
| YUV | 21.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 24 | 0 | 0.93 | 0.56 | 0.79 | 336 | 0.86 | 0.11 |
| Hex | 36 | 4 | 18 | 0 | 5D | 38 | 4F | 150 | 56 | B |
| Octal | 66 | 4 | 30 | 0 | 135 | 70 | 117 | 520 | 126 | 13 |
| Binary | 110110 | 100 | 11000 | 0 | 1011101 | 111000 | 1001111 | 101010000 | 1010110 | 1011 |
Color Harmonies of #360418
Complementary color
Monochromatic Colors of #360418
Black with #360418
Text Example
Text Example
White with #360418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360418; }
p { color: rgb(54,4,24); }
H1.HeaderClassName
{
color: #360418;
}
.AnyTagClassName
{
color: #360418;
}
</style>
background-color css
<style>
a { background-color: #360418; }
a { background-color: rgb(54,4,24); }
div.DivClassName
{
background-color: #360418;
}
.BgClassName
{
background-color: #360418;
}
</style>
border-color css
<style>
span { border-color: #360418; }
span { border-color: rgb(54,4,24); }
td.TdClassName
{
border-color: #360418;
}
.TagClassName
{
border-color: #360418;
}
</style>