Shades of Blackberry #360127
Tints of Blackberry #360127
RGB
CMYK
RGB Variations
Color information
#360127 (or 0x360127) is known color: Blackberry. HEX triplet: 36, 01 and 27. RGB value is (54,1,39). Sum of RGB (Red+Green+Blue) = 54+1+39=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #360127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360127 is #C9FED8. Grayscale: #151515. Windows color (decimal): -13237977 or 2556214. OLE color: 2556214.
HSL color Cylindrical-coordinate representation of color #360127: hue angle of 316.98º 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 #360127 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 1 | 39 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.79 |
| HSL | 316.98º | 0.96% | 0.11% | - |
| HSV(B) | 316.98º | 0.98% | 0.21% | - |
| XYZ | 1.9 | 0.95 | 2 | - |
| YUV | 21.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 39 | 0 | 0.98 | 0.28 | 0.79 | 316.98 | 0.96 | 0.11 |
| Hex | 36 | 1 | 27 | 0 | 62 | 1C | 4F | 13D | 60 | B |
| Octal | 66 | 1 | 47 | 0 | 142 | 34 | 117 | 475 | 140 | 13 |
| Binary | 110110 | 1 | 100111 | 0 | 1100010 | 11100 | 1001111 | 100111101 | 1100000 | 1011 |
Color Harmonies of #360127
Complementary color
Monochromatic Colors of #360127
Black with #360127
Text Example
Text Example
White with #360127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360127; }
p { color: rgb(54,1,39); }
H1.HeaderClassName
{
color: #360127;
}
.AnyTagClassName
{
color: #360127;
}
</style>
background-color css
<style>
a { background-color: #360127; }
a { background-color: rgb(54,1,39); }
div.DivClassName
{
background-color: #360127;
}
.BgClassName
{
background-color: #360127;
}
</style>
border-color css
<style>
span { border-color: #360127; }
span { border-color: rgb(54,1,39); }
td.TdClassName
{
border-color: #360127;
}
.TagClassName
{
border-color: #360127;
}
</style>