Shades of Blackberry #360D1F
Tints of Blackberry #360D1F
RGB
CMYK
RGB Variations
Color information
#360D1F (or 0x360D1F) is known color: Blackberry. HEX triplet: 36, 0D and 1F. RGB value is (54,13,31). Sum of RGB (Red+Green+Blue) = 54+13+31=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #360D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D1F is #C9F2E0. Grayscale: #1B1B1B. Windows color (decimal): -13234913 or 2034998. OLE color: 2034998.
HSL color Cylindrical-coordinate representation of color #360D1F: hue angle of 333.66º 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 #360D1F is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 31 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.79 |
| HSL | 333.66º | 0.61% | 0.13% | - |
| HSV(B) | 333.66º | 0.76% | 0.21% | - |
| XYZ | 1.91 | 1.17 | 1.42 | - |
| YUV | 27.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 31 | 0 | 0.76 | 0.43 | 0.79 | 333.66 | 0.61 | 0.13 |
| Hex | 36 | D | 1F | 0 | 4C | 2B | 4F | 14E | 3D | D |
| Octal | 66 | 15 | 37 | 0 | 114 | 53 | 117 | 516 | 75 | 15 |
| Binary | 110110 | 1101 | 11111 | 0 | 1001100 | 101011 | 1001111 | 101001110 | 111101 | 1101 |
Color Harmonies of #360D1F
Complementary color
Monochromatic Colors of #360D1F
Black with #360D1F
Text Example
Text Example
White with #360D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D1F; }
p { color: rgb(54,13,31); }
H1.HeaderClassName
{
color: #360D1F;
}
.AnyTagClassName
{
color: #360D1F;
}
</style>
background-color css
<style>
a { background-color: #360D1F; }
a { background-color: rgb(54,13,31); }
div.DivClassName
{
background-color: #360D1F;
}
.BgClassName
{
background-color: #360D1F;
}
</style>
border-color css
<style>
span { border-color: #360D1F; }
span { border-color: rgb(54,13,31); }
td.TdClassName
{
border-color: #360D1F;
}
.TagClassName
{
border-color: #360D1F;
}
</style>