Shades of Blackberry #360D21
Tints of Blackberry #360D21
RGB
CMYK
RGB Variations
Color information
#360D21 (or 0x360D21) is known color: Blackberry. HEX triplet: 36, 0D and 21. RGB value is (54,13,33). Sum of RGB (Red+Green+Blue) = 54+13+33=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #360D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D21 is #C9F2DE. Grayscale: #1B1B1B. Windows color (decimal): -13234911 or 2166070. OLE color: 2166070.
HSL color Cylindrical-coordinate representation of color #360D21: hue angle of 330.73º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360D21 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 33 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.79 |
| HSL | 330.73º | 0.61% | 0.13% | - |
| HSV(B) | 330.73º | 0.76% | 0.21% | - |
| XYZ | 1.94 | 1.18 | 1.56 | - |
| YUV | 27.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 33 | 0 | 0.76 | 0.39 | 0.79 | 330.73 | 0.61 | 0.13 |
| Hex | 36 | D | 21 | 0 | 4C | 27 | 4F | 14B | 3D | D |
| Octal | 66 | 15 | 41 | 0 | 114 | 47 | 117 | 513 | 75 | 15 |
| Binary | 110110 | 1101 | 100001 | 0 | 1001100 | 100111 | 1001111 | 101001011 | 111101 | 1101 |
Color Harmonies of #360D21
Complementary color
Monochromatic Colors of #360D21
Black with #360D21
Text Example
Text Example
White with #360D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D21; }
p { color: rgb(54,13,33); }
H1.HeaderClassName
{
color: #360D21;
}
.AnyTagClassName
{
color: #360D21;
}
</style>
background-color css
<style>
a { background-color: #360D21; }
a { background-color: rgb(54,13,33); }
div.DivClassName
{
background-color: #360D21;
}
.BgClassName
{
background-color: #360D21;
}
</style>
border-color css
<style>
span { border-color: #360D21; }
span { border-color: rgb(54,13,33); }
td.TdClassName
{
border-color: #360D21;
}
.TagClassName
{
border-color: #360D21;
}
</style>