Shades of Blackberry #360C1E
Tints of Blackberry #360C1E
RGB
CMYK
RGB Variations
Color information
#360C1E (or 0x360C1E) is known color: Blackberry. HEX triplet: 36, 0C and 1E. RGB value is (54,12,30). Sum of RGB (Red+Green+Blue) = 54+12+30=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #360C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C1E is #C9F3E1. Grayscale: #1A1A1A. Windows color (decimal): -13235170 or 1969206. OLE color: 1969206.
HSL color Cylindrical-coordinate representation of color #360C1E: hue angle of 334.29º 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 #360C1E is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 30 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.79 |
| HSL | 334.29º | 0.64% | 0.13% | - |
| HSV(B) | 334.29º | 0.78% | 0.21% | - |
| XYZ | 1.89 | 1.14 | 1.35 | - |
| YUV | 26.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 30 | 0 | 0.78 | 0.44 | 0.79 | 334.29 | 0.64 | 0.13 |
| Hex | 36 | C | 1E | 0 | 4E | 2C | 4F | 14E | 40 | D |
| Octal | 66 | 14 | 36 | 0 | 116 | 54 | 117 | 516 | 100 | 15 |
| Binary | 110110 | 1100 | 11110 | 0 | 1001110 | 101100 | 1001111 | 101001110 | 1000000 | 1101 |
Color Harmonies of #360C1E
Complementary color
Monochromatic Colors of #360C1E
Black with #360C1E
Text Example
Text Example
White with #360C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C1E; }
p { color: rgb(54,12,30); }
H1.HeaderClassName
{
color: #360C1E;
}
.AnyTagClassName
{
color: #360C1E;
}
</style>
background-color css
<style>
a { background-color: #360C1E; }
a { background-color: rgb(54,12,30); }
div.DivClassName
{
background-color: #360C1E;
}
.BgClassName
{
background-color: #360C1E;
}
</style>
border-color css
<style>
span { border-color: #360C1E; }
span { border-color: rgb(54,12,30); }
td.TdClassName
{
border-color: #360C1E;
}
.TagClassName
{
border-color: #360C1E;
}
</style>