Shades of Blackberry #360128
Tints of Blackberry #360128
RGB
CMYK
RGB Variations
Color information
#360128 (or 0x360128) is known color: Blackberry. HEX triplet: 36, 01 and 28. RGB value is (54,1,40). Sum of RGB (Red+Green+Blue) = 54+1+40=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #360128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360128 is #C9FED7. Grayscale: #151515. Windows color (decimal): -13237976 or 2621750. OLE color: 2621750.
HSL color Cylindrical-coordinate representation of color #360128: hue angle of 315.85º 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 #360128 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 40 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.79 |
| HSL | 315.85º | 0.96% | 0.11% | - |
| HSV(B) | 315.85º | 0.98% | 0.21% | - |
| XYZ | 1.92 | 0.96 | 2.09 | - |
| YUV | 21.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 40 | 0 | 0.98 | 0.26 | 0.79 | 315.85 | 0.96 | 0.11 |
| Hex | 36 | 1 | 28 | 0 | 62 | 1A | 4F | 13C | 60 | B |
| Octal | 66 | 1 | 50 | 0 | 142 | 32 | 117 | 474 | 140 | 13 |
| Binary | 110110 | 1 | 101000 | 0 | 1100010 | 11010 | 1001111 | 100111100 | 1100000 | 1011 |
Color Harmonies of #360128
Complementary color
Monochromatic Colors of #360128
Black with #360128
Text Example
Text Example
White with #360128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360128; }
p { color: rgb(54,1,40); }
H1.HeaderClassName
{
color: #360128;
}
.AnyTagClassName
{
color: #360128;
}
</style>
background-color css
<style>
a { background-color: #360128; }
a { background-color: rgb(54,1,40); }
div.DivClassName
{
background-color: #360128;
}
.BgClassName
{
background-color: #360128;
}
</style>
border-color css
<style>
span { border-color: #360128; }
span { border-color: rgb(54,1,40); }
td.TdClassName
{
border-color: #360128;
}
.TagClassName
{
border-color: #360128;
}
</style>