Shades of Blackberry #360119
Tints of Blackberry #360119
RGB
CMYK
RGB Variations
Color information
#360119 (or 0x360119) is known color: Blackberry. HEX triplet: 36, 01 and 19. RGB value is (54,1,25). Sum of RGB (Red+Green+Blue) = 54+1+25=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #360119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360119 is #C9FEE6. Grayscale: #131313. Windows color (decimal): -13237991 or 1638710. OLE color: 1638710.
HSL color Cylindrical-coordinate representation of color #360119: hue angle of 332.83º 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 #360119 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 25 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.79 |
| HSL | 332.83º | 0.96% | 0.11% | - |
| HSV(B) | 332.83º | 0.98% | 0.21% | - |
| XYZ | 1.71 | 0.88 | 1 | - |
| YUV | 19.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 25 | 0 | 0.98 | 0.54 | 0.79 | 332.83 | 0.96 | 0.11 |
| Hex | 36 | 1 | 19 | 0 | 62 | 36 | 4F | 14D | 60 | B |
| Octal | 66 | 1 | 31 | 0 | 142 | 66 | 117 | 515 | 140 | 13 |
| Binary | 110110 | 1 | 11001 | 0 | 1100010 | 110110 | 1001111 | 101001101 | 1100000 | 1011 |
Color Harmonies of #360119
Complementary color
Monochromatic Colors of #360119
Black with #360119
Text Example
Text Example
White with #360119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360119; }
p { color: rgb(54,1,25); }
H1.HeaderClassName
{
color: #360119;
}
.AnyTagClassName
{
color: #360119;
}
</style>
background-color css
<style>
a { background-color: #360119; }
a { background-color: rgb(54,1,25); }
div.DivClassName
{
background-color: #360119;
}
.BgClassName
{
background-color: #360119;
}
</style>
border-color css
<style>
span { border-color: #360119; }
span { border-color: rgb(54,1,25); }
td.TdClassName
{
border-color: #360119;
}
.TagClassName
{
border-color: #360119;
}
</style>