Shades of Blackberry #360E27
Tints of Blackberry #360E27
RGB
CMYK
RGB Variations
Color information
#360E27 (or 0x360E27) is known color: Blackberry. HEX triplet: 36, 0E and 27. RGB value is (54,14,39). Sum of RGB (Red+Green+Blue) = 54+14+39=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #360E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E27 is #C9F1D8. Grayscale: #1C1C1C. Windows color (decimal): -13234649 or 2559542. OLE color: 2559542.
HSL color Cylindrical-coordinate representation of color #360E27: hue angle of 322.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E27 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 39 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.79 |
| HSL | 322.5º | 0.59% | 0.13% | - |
| HSV(B) | 322.5º | 0.74% | 0.21% | - |
| XYZ | 2.04 | 1.24 | 2.05 | - |
| YUV | 28.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 39 | 0 | 0.74 | 0.28 | 0.79 | 322.5 | 0.59 | 0.13 |
| Hex | 36 | E | 27 | 0 | 4A | 1C | 4F | 142 | 3B | D |
| Octal | 66 | 16 | 47 | 0 | 112 | 34 | 117 | 502 | 73 | 15 |
| Binary | 110110 | 1110 | 100111 | 0 | 1001010 | 11100 | 1001111 | 101000010 | 111011 | 1101 |
Color Harmonies of #360E27
Complementary color
Monochromatic Colors of #360E27
Black with #360E27
Text Example
Text Example
White with #360E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E27; }
p { color: rgb(54,14,39); }
H1.HeaderClassName
{
color: #360E27;
}
.AnyTagClassName
{
color: #360E27;
}
</style>
background-color css
<style>
a { background-color: #360E27; }
a { background-color: rgb(54,14,39); }
div.DivClassName
{
background-color: #360E27;
}
.BgClassName
{
background-color: #360E27;
}
</style>
border-color css
<style>
span { border-color: #360E27; }
span { border-color: rgb(54,14,39); }
td.TdClassName
{
border-color: #360E27;
}
.TagClassName
{
border-color: #360E27;
}
</style>