Shades of Blackberry #360F1E
Tints of Blackberry #360F1E
RGB
CMYK
RGB Variations
Color information
#360F1E (or 0x360F1E) is known color: Blackberry. HEX triplet: 36, 0F and 1E. RGB value is (54,15,30). Sum of RGB (Red+Green+Blue) = 54+15+30=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #360F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F1E is #C9F0E1. Grayscale: #1C1C1C. Windows color (decimal): -13234402 or 1969974. OLE color: 1969974.
HSL color Cylindrical-coordinate representation of color #360F1E: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #360F1E is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 30 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.79 |
| HSL | 336.92º | 0.57% | 0.14% | - |
| HSV(B) | 336.92º | 0.72% | 0.21% | - |
| XYZ | 1.93 | 1.22 | 1.36 | - |
| YUV | 28.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 30 | 0 | 0.72 | 0.44 | 0.79 | 336.92 | 0.57 | 0.14 |
| Hex | 36 | F | 1E | 0 | 48 | 2C | 4F | 151 | 39 | E |
| Octal | 66 | 17 | 36 | 0 | 110 | 54 | 117 | 521 | 71 | 16 |
| Binary | 110110 | 1111 | 11110 | 0 | 1001000 | 101100 | 1001111 | 101010001 | 111001 | 1110 |
Color Harmonies of #360F1E
Complementary color
Monochromatic Colors of #360F1E
Black with #360F1E
Text Example
Text Example
White with #360F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F1E; }
p { color: rgb(54,15,30); }
H1.HeaderClassName
{
color: #360F1E;
}
.AnyTagClassName
{
color: #360F1E;
}
</style>
background-color css
<style>
a { background-color: #360F1E; }
a { background-color: rgb(54,15,30); }
div.DivClassName
{
background-color: #360F1E;
}
.BgClassName
{
background-color: #360F1E;
}
</style>
border-color css
<style>
span { border-color: #360F1E; }
span { border-color: rgb(54,15,30); }
td.TdClassName
{
border-color: #360F1E;
}
.TagClassName
{
border-color: #360F1E;
}
</style>