Shades of Blackberry #360C1F
Tints of Blackberry #360C1F
RGB
CMYK
RGB Variations
Color information
#360C1F (or 0x360C1F) is known color: Blackberry. HEX triplet: 36, 0C and 1F. RGB value is (54,12,31). Sum of RGB (Red+Green+Blue) = 54+12+31=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #360C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C1F is #C9F3E0. Grayscale: #1A1A1A. Windows color (decimal): -13235169 or 2034742. OLE color: 2034742.
HSL color Cylindrical-coordinate representation of color #360C1F: hue angle of 332.86º 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 #360C1F is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 31 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.79 |
| HSL | 332.86º | 0.64% | 0.13% | - |
| HSV(B) | 332.86º | 0.78% | 0.21% | - |
| XYZ | 1.9 | 1.15 | 1.42 | - |
| YUV | 26.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 31 | 0 | 0.78 | 0.43 | 0.79 | 332.86 | 0.64 | 0.13 |
| Hex | 36 | C | 1F | 0 | 4E | 2B | 4F | 14D | 40 | D |
| Octal | 66 | 14 | 37 | 0 | 116 | 53 | 117 | 515 | 100 | 15 |
| Binary | 110110 | 1100 | 11111 | 0 | 1001110 | 101011 | 1001111 | 101001101 | 1000000 | 1101 |
Color Harmonies of #360C1F
Complementary color
Monochromatic Colors of #360C1F
Black with #360C1F
Text Example
Text Example
White with #360C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C1F; }
p { color: rgb(54,12,31); }
H1.HeaderClassName
{
color: #360C1F;
}
.AnyTagClassName
{
color: #360C1F;
}
</style>
background-color css
<style>
a { background-color: #360C1F; }
a { background-color: rgb(54,12,31); }
div.DivClassName
{
background-color: #360C1F;
}
.BgClassName
{
background-color: #360C1F;
}
</style>
border-color css
<style>
span { border-color: #360C1F; }
span { border-color: rgb(54,12,31); }
td.TdClassName
{
border-color: #360C1F;
}
.TagClassName
{
border-color: #360C1F;
}
</style>