Shades of Blackberry #360A1D
Tints of Blackberry #360A1D
RGB
CMYK
RGB Variations
Color information
#360A1D (or 0x360A1D) is known color: Blackberry. HEX triplet: 36, 0A and 1D. RGB value is (54,10,29). Sum of RGB (Red+Green+Blue) = 54+10+29=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #360A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A1D is #C9F5E2. Grayscale: #191919. Windows color (decimal): -13235683 or 1903158. OLE color: 1903158.
HSL color Cylindrical-coordinate representation of color #360A1D: hue angle of 334.09º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360A1D is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 10 | 29 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.79 |
| HSL | 334.09º | 0.69% | 0.13% | - |
| HSV(B) | 334.09º | 0.81% | 0.21% | - |
| XYZ | 1.85 | 1.09 | 1.28 | - |
| YUV | 25.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 29 | 0 | 0.81 | 0.46 | 0.79 | 334.09 | 0.69 | 0.13 |
| Hex | 36 | A | 1D | 0 | 51 | 2E | 4F | 14E | 45 | D |
| Octal | 66 | 12 | 35 | 0 | 121 | 56 | 117 | 516 | 105 | 15 |
| Binary | 110110 | 1010 | 11101 | 0 | 1010001 | 101110 | 1001111 | 101001110 | 1000101 | 1101 |
Color Harmonies of #360A1D
Complementary color
Monochromatic Colors of #360A1D
Black with #360A1D
Text Example
Text Example
White with #360A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A1D; }
p { color: rgb(54,10,29); }
H1.HeaderClassName
{
color: #360A1D;
}
.AnyTagClassName
{
color: #360A1D;
}
</style>
background-color css
<style>
a { background-color: #360A1D; }
a { background-color: rgb(54,10,29); }
div.DivClassName
{
background-color: #360A1D;
}
.BgClassName
{
background-color: #360A1D;
}
</style>
border-color css
<style>
span { border-color: #360A1D; }
span { border-color: rgb(54,10,29); }
td.TdClassName
{
border-color: #360A1D;
}
.TagClassName
{
border-color: #360A1D;
}
</style>