Shades of Blackberry #360429
Tints of Blackberry #360429
RGB
CMYK
RGB Variations
Color information
#360429 (or 0x360429) is known color: Blackberry. HEX triplet: 36, 04 and 29. RGB value is (54,4,41). Sum of RGB (Red+Green+Blue) = 54+4+41=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #360429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360429 is #C9FBD6. Grayscale: #171717. Windows color (decimal): -13237207 or 2688054. OLE color: 2688054.
HSL color Cylindrical-coordinate representation of color #360429: hue angle of 315.6º 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 #360429 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 41 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.79 |
| HSL | 315.6º | 0.86% | 0.11% | - |
| HSV(B) | 315.6º | 0.93% | 0.21% | - |
| XYZ | 1.96 | 1.03 | 2.19 | - |
| YUV | 23.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 41 | 0 | 0.93 | 0.24 | 0.79 | 315.6 | 0.86 | 0.11 |
| Hex | 36 | 4 | 29 | 0 | 5D | 18 | 4F | 13C | 56 | B |
| Octal | 66 | 4 | 51 | 0 | 135 | 30 | 117 | 474 | 126 | 13 |
| Binary | 110110 | 100 | 101001 | 0 | 1011101 | 11000 | 1001111 | 100111100 | 1010110 | 1011 |
Color Harmonies of #360429
Complementary color
Monochromatic Colors of #360429
Black with #360429
Text Example
Text Example
White with #360429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360429; }
p { color: rgb(54,4,41); }
H1.HeaderClassName
{
color: #360429;
}
.AnyTagClassName
{
color: #360429;
}
</style>
background-color css
<style>
a { background-color: #360429; }
a { background-color: rgb(54,4,41); }
div.DivClassName
{
background-color: #360429;
}
.BgClassName
{
background-color: #360429;
}
</style>
border-color css
<style>
span { border-color: #360429; }
span { border-color: rgb(54,4,41); }
td.TdClassName
{
border-color: #360429;
}
.TagClassName
{
border-color: #360429;
}
</style>