Shades of Blackberry #360029
Tints of Blackberry #360029
RGB
CMYK
RGB Variations
Color information
#360029 (or 0x360029) is known color: Blackberry. HEX triplet: 36, 00 and 29. RGB value is (54,0,41). Sum of RGB (Red+Green+Blue) = 54+0+41=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #360029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360029 is #C9FFD6. Grayscale: #141414. Windows color (decimal): -13238231 or 2687030. OLE color: 2687030.
HSL color Cylindrical-coordinate representation of color #360029: hue angle of 314.44º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360029 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.24 | 0.79 |
| HSL | 314.44º | 1% | 0.11% | - |
| HSV(B) | 314.44º | 1% | 0.21% | - |
| XYZ | 1.92 | 0.94 | 2.18 | - |
| YUV | 20.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 41 | 0 | 1 | 0.24 | 0.79 | 314.44 | 1 | 0.11 |
| Hex | 36 | 0 | 29 | 0 | 64 | 18 | 4F | 13A | 64 | B |
| Octal | 66 | 0 | 51 | 0 | 144 | 30 | 117 | 472 | 144 | 13 |
| Binary | 110110 | 0 | 101001 | 0 | 1100100 | 11000 | 1001111 | 100111010 | 1100100 | 1011 |
Color Harmonies of #360029
Complementary color
Monochromatic Colors of #360029
Black with #360029
Text Example
Text Example
White with #360029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360029; }
p { color: rgb(54,0,41); }
H1.HeaderClassName
{
color: #360029;
}
.AnyTagClassName
{
color: #360029;
}
</style>
background-color css
<style>
a { background-color: #360029; }
a { background-color: rgb(54,0,41); }
div.DivClassName
{
background-color: #360029;
}
.BgClassName
{
background-color: #360029;
}
</style>
border-color css
<style>
span { border-color: #360029; }
span { border-color: rgb(54,0,41); }
td.TdClassName
{
border-color: #360029;
}
.TagClassName
{
border-color: #360029;
}
</style>