Shades of Blackberry #360928
Tints of Blackberry #360928
RGB
CMYK
RGB Variations
Color information
#360928 (or 0x360928) is known color: Blackberry. HEX triplet: 36, 09 and 28. RGB value is (54,9,40). Sum of RGB (Red+Green+Blue) = 54+9+40=103 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.43% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 54 - color contains mainly: red. Hex color #360928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360928 is #C9F6D7. Grayscale: #191919. Windows color (decimal): -13235928 or 2623798. OLE color: 2623798.
HSL color Cylindrical-coordinate representation of color #360928: hue angle of 318.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360928 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 40 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.79 |
| HSL | 318.67º | 0.71% | 0.12% | - |
| HSV(B) | 318.67º | 0.83% | 0.21% | - |
| XYZ | 2 | 1.13 | 2.12 | - |
| YUV | 25.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 40 | 0 | 0.83 | 0.26 | 0.79 | 318.67 | 0.71 | 0.12 |
| Hex | 36 | 9 | 28 | 0 | 53 | 1A | 4F | 13F | 47 | C |
| Octal | 66 | 11 | 50 | 0 | 123 | 32 | 117 | 477 | 107 | 14 |
| Binary | 110110 | 1001 | 101000 | 0 | 1010011 | 11010 | 1001111 | 100111111 | 1000111 | 1100 |
Color Harmonies of #360928
Complementary color
Monochromatic Colors of #360928
Black with #360928
Text Example
Text Example
White with #360928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360928; }
p { color: rgb(54,9,40); }
H1.HeaderClassName
{
color: #360928;
}
.AnyTagClassName
{
color: #360928;
}
</style>
background-color css
<style>
a { background-color: #360928; }
a { background-color: rgb(54,9,40); }
div.DivClassName
{
background-color: #360928;
}
.BgClassName
{
background-color: #360928;
}
</style>
border-color css
<style>
span { border-color: #360928; }
span { border-color: rgb(54,9,40); }
td.TdClassName
{
border-color: #360928;
}
.TagClassName
{
border-color: #360928;
}
</style>