Shades of Blackberry #360025
Tints of Blackberry #360025
RGB
CMYK
RGB Variations
Color information
#360025 (or 0x360025) is known color: Blackberry. HEX triplet: 36, 00 and 25. RGB value is (54,0,37). Sum of RGB (Red+Green+Blue) = 54+0+37=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #360025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360025 is #C9FFDA. Grayscale: #141414. Windows color (decimal): -13238235 or 2424886. OLE color: 2424886.
HSL color Cylindrical-coordinate representation of color #360025: hue angle of 318.89º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360025 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.31 | 0.79 |
| HSL | 318.89º | 1% | 0.11% | - |
| HSV(B) | 318.89º | 1% | 0.21% | - |
| XYZ | 1.86 | 0.92 | 1.83 | - |
| YUV | 20.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 37 | 0 | 1 | 0.31 | 0.79 | 318.89 | 1 | 0.11 |
| Hex | 36 | 0 | 25 | 0 | 64 | 1F | 4F | 13F | 64 | B |
| Octal | 66 | 0 | 45 | 0 | 144 | 37 | 117 | 477 | 144 | 13 |
| Binary | 110110 | 0 | 100101 | 0 | 1100100 | 11111 | 1001111 | 100111111 | 1100100 | 1011 |
Color Harmonies of #360025
Complementary color
Monochromatic Colors of #360025
Black with #360025
Text Example
Text Example
White with #360025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360025; }
p { color: rgb(54,0,37); }
H1.HeaderClassName
{
color: #360025;
}
.AnyTagClassName
{
color: #360025;
}
</style>
background-color css
<style>
a { background-color: #360025; }
a { background-color: rgb(54,0,37); }
div.DivClassName
{
background-color: #360025;
}
.BgClassName
{
background-color: #360025;
}
</style>
border-color css
<style>
span { border-color: #360025; }
span { border-color: rgb(54,0,37); }
td.TdClassName
{
border-color: #360025;
}
.TagClassName
{
border-color: #360025;
}
</style>