Shades of Blackberry #360129
Tints of Blackberry #360129
RGB
CMYK
RGB Variations
Color information
#360129 (or 0x360129) is known color: Blackberry. HEX triplet: 36, 01 and 29. RGB value is (54,1,41). Sum of RGB (Red+Green+Blue) = 54+1+41=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #360129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360129 is #C9FED6. Grayscale: #151515. Windows color (decimal): -13237975 or 2687286. OLE color: 2687286.
HSL color Cylindrical-coordinate representation of color #360129: hue angle of 314.72º 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 #360129 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 41 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.79 |
| HSL | 314.72º | 0.96% | 0.11% | - |
| HSV(B) | 314.72º | 0.98% | 0.21% | - |
| XYZ | 1.93 | 0.97 | 2.18 | - |
| YUV | 21.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 41 | 0 | 0.98 | 0.24 | 0.79 | 314.72 | 0.96 | 0.11 |
| Hex | 36 | 1 | 29 | 0 | 62 | 18 | 4F | 13B | 60 | B |
| Octal | 66 | 1 | 51 | 0 | 142 | 30 | 117 | 473 | 140 | 13 |
| Binary | 110110 | 1 | 101001 | 0 | 1100010 | 11000 | 1001111 | 100111011 | 1100000 | 1011 |
Color Harmonies of #360129
Complementary color
Monochromatic Colors of #360129
Black with #360129
Text Example
Text Example
White with #360129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360129; }
p { color: rgb(54,1,41); }
H1.HeaderClassName
{
color: #360129;
}
.AnyTagClassName
{
color: #360129;
}
</style>
background-color css
<style>
a { background-color: #360129; }
a { background-color: rgb(54,1,41); }
div.DivClassName
{
background-color: #360129;
}
.BgClassName
{
background-color: #360129;
}
</style>
border-color css
<style>
span { border-color: #360129; }
span { border-color: rgb(54,1,41); }
td.TdClassName
{
border-color: #360129;
}
.TagClassName
{
border-color: #360129;
}
</style>