Shades of Blackberry #360C21
Tints of Blackberry #360C21
RGB
CMYK
RGB Variations
Color information
#360C21 (or 0x360C21) is known color: Blackberry. HEX triplet: 36, 0C and 21. RGB value is (54,12,33). Sum of RGB (Red+Green+Blue) = 54+12+33=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #360C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C21 is #C9F3DE. Grayscale: #1A1A1A. Windows color (decimal): -13235167 or 2165814. OLE color: 2165814.
HSL color Cylindrical-coordinate representation of color #360C21: hue angle of 330º 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 #360C21 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 33 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.79 |
| HSL | 330º | 0.64% | 0.13% | - |
| HSV(B) | 330º | 0.78% | 0.21% | - |
| XYZ | 1.93 | 1.16 | 1.56 | - |
| YUV | 26.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 33 | 0 | 0.78 | 0.39 | 0.79 | 330 | 0.64 | 0.13 |
| Hex | 36 | C | 21 | 0 | 4E | 27 | 4F | 14A | 40 | D |
| Octal | 66 | 14 | 41 | 0 | 116 | 47 | 117 | 512 | 100 | 15 |
| Binary | 110110 | 1100 | 100001 | 0 | 1001110 | 100111 | 1001111 | 101001010 | 1000000 | 1101 |
Color Harmonies of #360C21
Complementary color
Monochromatic Colors of #360C21
Black with #360C21
Text Example
Text Example
White with #360C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C21; }
p { color: rgb(54,12,33); }
H1.HeaderClassName
{
color: #360C21;
}
.AnyTagClassName
{
color: #360C21;
}
</style>
background-color css
<style>
a { background-color: #360C21; }
a { background-color: rgb(54,12,33); }
div.DivClassName
{
background-color: #360C21;
}
.BgClassName
{
background-color: #360C21;
}
</style>
border-color css
<style>
span { border-color: #360C21; }
span { border-color: rgb(54,12,33); }
td.TdClassName
{
border-color: #360C21;
}
.TagClassName
{
border-color: #360C21;
}
</style>