Shades of Blackberry #360E26
Tints of Blackberry #360E26
RGB
CMYK
RGB Variations
Color information
#360E26 (or 0x360E26) is known color: Blackberry. HEX triplet: 36, 0E and 26. RGB value is (54,14,38). Sum of RGB (Red+Green+Blue) = 54+14+38=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #360E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E26 is #C9F1D9. Grayscale: #1C1C1C. Windows color (decimal): -13234650 or 2494006. OLE color: 2494006.
HSL color Cylindrical-coordinate representation of color #360E26: hue angle of 324º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E26 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 38 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.79 |
| HSL | 324º | 0.59% | 0.13% | - |
| HSV(B) | 324º | 0.74% | 0.21% | - |
| XYZ | 2.03 | 1.24 | 1.97 | - |
| YUV | 28.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 38 | 0 | 0.74 | 0.30 | 0.79 | 324 | 0.59 | 0.13 |
| Hex | 36 | E | 26 | 0 | 4A | 1E | 4F | 144 | 3B | D |
| Octal | 66 | 16 | 46 | 0 | 112 | 36 | 117 | 504 | 73 | 15 |
| Binary | 110110 | 1110 | 100110 | 0 | 1001010 | 11110 | 1001111 | 101000100 | 111011 | 1101 |
Color Harmonies of #360E26
Complementary color
Monochromatic Colors of #360E26
Black with #360E26
Text Example
Text Example
White with #360E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E26; }
p { color: rgb(54,14,38); }
H1.HeaderClassName
{
color: #360E26;
}
.AnyTagClassName
{
color: #360E26;
}
</style>
background-color css
<style>
a { background-color: #360E26; }
a { background-color: rgb(54,14,38); }
div.DivClassName
{
background-color: #360E26;
}
.BgClassName
{
background-color: #360E26;
}
</style>
border-color css
<style>
span { border-color: #360E26; }
span { border-color: rgb(54,14,38); }
td.TdClassName
{
border-color: #360E26;
}
.TagClassName
{
border-color: #360E26;
}
</style>