Shades of Blackberry #360C28
Tints of Blackberry #360C28
RGB
CMYK
RGB Variations
Color information
#360C28 (or 0x360C28) is known color: Blackberry. HEX triplet: 36, 0C and 28. RGB value is (54,12,40). Sum of RGB (Red+Green+Blue) = 54+12+40=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #360C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C28 is #C9F3D7. Grayscale: #1B1B1B. Windows color (decimal): -13235160 or 2624566. OLE color: 2624566.
HSL color Cylindrical-coordinate representation of color #360C28: hue angle of 320º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C28 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 40 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.79 |
| HSL | 320º | 0.64% | 0.13% | - |
| HSV(B) | 320º | 0.78% | 0.21% | - |
| XYZ | 2.04 | 1.2 | 2.13 | - |
| YUV | 27.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 40 | 0 | 0.78 | 0.26 | 0.79 | 320 | 0.64 | 0.13 |
| Hex | 36 | C | 28 | 0 | 4E | 1A | 4F | 140 | 40 | D |
| Octal | 66 | 14 | 50 | 0 | 116 | 32 | 117 | 500 | 100 | 15 |
| Binary | 110110 | 1100 | 101000 | 0 | 1001110 | 11010 | 1001111 | 101000000 | 1000000 | 1101 |
Color Harmonies of #360C28
Complementary color
Monochromatic Colors of #360C28
Black with #360C28
Text Example
Text Example
White with #360C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C28; }
p { color: rgb(54,12,40); }
H1.HeaderClassName
{
color: #360C28;
}
.AnyTagClassName
{
color: #360C28;
}
</style>
background-color css
<style>
a { background-color: #360C28; }
a { background-color: rgb(54,12,40); }
div.DivClassName
{
background-color: #360C28;
}
.BgClassName
{
background-color: #360C28;
}
</style>
border-color css
<style>
span { border-color: #360C28; }
span { border-color: rgb(54,12,40); }
td.TdClassName
{
border-color: #360C28;
}
.TagClassName
{
border-color: #360C28;
}
</style>