Shades of Blackberry #360B1E
Tints of Blackberry #360B1E
RGB
CMYK
RGB Variations
Color information
#360B1E (or 0x360B1E) is known color: Blackberry. HEX triplet: 36, 0B and 1E. RGB value is (54,11,30). Sum of RGB (Red+Green+Blue) = 54+11+30=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #360B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B1E is #C9F4E1. Grayscale: #191919. Windows color (decimal): -13235426 or 1968950. OLE color: 1968950.
HSL color Cylindrical-coordinate representation of color #360B1E: hue angle of 333.49º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B1E is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 30 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.79 |
| HSL | 333.49º | 0.66% | 0.13% | - |
| HSV(B) | 333.49º | 0.8% | 0.21% | - |
| XYZ | 1.88 | 1.12 | 1.35 | - |
| YUV | 26.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 30 | 0 | 0.80 | 0.44 | 0.79 | 333.49 | 0.66 | 0.13 |
| Hex | 36 | B | 1E | 0 | 50 | 2C | 4F | 14D | 42 | D |
| Octal | 66 | 13 | 36 | 0 | 120 | 54 | 117 | 515 | 102 | 15 |
| Binary | 110110 | 1011 | 11110 | 0 | 1010000 | 101100 | 1001111 | 101001101 | 1000010 | 1101 |
Color Harmonies of #360B1E
Complementary color
Monochromatic Colors of #360B1E
Black with #360B1E
Text Example
Text Example
White with #360B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B1E; }
p { color: rgb(54,11,30); }
H1.HeaderClassName
{
color: #360B1E;
}
.AnyTagClassName
{
color: #360B1E;
}
</style>
background-color css
<style>
a { background-color: #360B1E; }
a { background-color: rgb(54,11,30); }
div.DivClassName
{
background-color: #360B1E;
}
.BgClassName
{
background-color: #360B1E;
}
</style>
border-color css
<style>
span { border-color: #360B1E; }
span { border-color: rgb(54,11,30); }
td.TdClassName
{
border-color: #360B1E;
}
.TagClassName
{
border-color: #360B1E;
}
</style>