Shades of Blackberry #360D1D
Tints of Blackberry #360D1D
RGB
CMYK
RGB Variations
Color information
#360D1D (or 0x360D1D) is known color: Blackberry. HEX triplet: 36, 0D and 1D. RGB value is (54,13,29). Sum of RGB (Red+Green+Blue) = 54+13+29=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #360D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D1D is #C9F2E2. Grayscale: #1B1B1B. Windows color (decimal): -13234915 or 1903926. OLE color: 1903926.
HSL color Cylindrical-coordinate representation of color #360D1D: hue angle of 336.59º 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 #360D1D is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 29 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.79 |
| HSL | 336.59º | 0.61% | 0.13% | - |
| HSV(B) | 336.59º | 0.76% | 0.21% | - |
| XYZ | 1.89 | 1.16 | 1.29 | - |
| YUV | 27.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 29 | 0 | 0.76 | 0.46 | 0.79 | 336.59 | 0.61 | 0.13 |
| Hex | 36 | D | 1D | 0 | 4C | 2E | 4F | 151 | 3D | D |
| Octal | 66 | 15 | 35 | 0 | 114 | 56 | 117 | 521 | 75 | 15 |
| Binary | 110110 | 1101 | 11101 | 0 | 1001100 | 101110 | 1001111 | 101010001 | 111101 | 1101 |
Color Harmonies of #360D1D
Complementary color
Monochromatic Colors of #360D1D
Black with #360D1D
Text Example
Text Example
White with #360D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D1D; }
p { color: rgb(54,13,29); }
H1.HeaderClassName
{
color: #360D1D;
}
.AnyTagClassName
{
color: #360D1D;
}
</style>
background-color css
<style>
a { background-color: #360D1D; }
a { background-color: rgb(54,13,29); }
div.DivClassName
{
background-color: #360D1D;
}
.BgClassName
{
background-color: #360D1D;
}
</style>
border-color css
<style>
span { border-color: #360D1D; }
span { border-color: rgb(54,13,29); }
td.TdClassName
{
border-color: #360D1D;
}
.TagClassName
{
border-color: #360D1D;
}
</style>