Shades of Blackberry #360C22
Tints of Blackberry #360C22
RGB
CMYK
RGB Variations
Color information
#360C22 (or 0x360C22) is known color: Blackberry. HEX triplet: 36, 0C and 22. RGB value is (54,12,34). Sum of RGB (Red+Green+Blue) = 54+12+34=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #360C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C22 is #C9F3DD. Grayscale: #1B1B1B. Windows color (decimal): -13235166 or 2231350. OLE color: 2231350.
HSL color Cylindrical-coordinate representation of color #360C22: hue angle of 328.57º 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 #360C22 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 34 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.79 |
| HSL | 328.57º | 0.64% | 0.13% | - |
| HSV(B) | 328.57º | 0.78% | 0.21% | - |
| XYZ | 1.94 | 1.16 | 1.64 | - |
| YUV | 27.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 34 | 0 | 0.78 | 0.37 | 0.79 | 328.57 | 0.64 | 0.13 |
| Hex | 36 | C | 22 | 0 | 4E | 25 | 4F | 149 | 40 | D |
| Octal | 66 | 14 | 42 | 0 | 116 | 45 | 117 | 511 | 100 | 15 |
| Binary | 110110 | 1100 | 100010 | 0 | 1001110 | 100101 | 1001111 | 101001001 | 1000000 | 1101 |
Color Harmonies of #360C22
Complementary color
Monochromatic Colors of #360C22
Black with #360C22
Text Example
Text Example
White with #360C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C22; }
p { color: rgb(54,12,34); }
H1.HeaderClassName
{
color: #360C22;
}
.AnyTagClassName
{
color: #360C22;
}
</style>
background-color css
<style>
a { background-color: #360C22; }
a { background-color: rgb(54,12,34); }
div.DivClassName
{
background-color: #360C22;
}
.BgClassName
{
background-color: #360C22;
}
</style>
border-color css
<style>
span { border-color: #360C22; }
span { border-color: rgb(54,12,34); }
td.TdClassName
{
border-color: #360C22;
}
.TagClassName
{
border-color: #360C22;
}
</style>