Shades of Blackberry #360725
Tints of Blackberry #360725
RGB
CMYK
RGB Variations
Color information
#360725 (or 0x360725) is known color: Blackberry. HEX triplet: 36, 07 and 25. RGB value is (54,7,37). Sum of RGB (Red+Green+Blue) = 54+7+37=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #360725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360725 is #C9F8DA. Grayscale: #181818. Windows color (decimal): -13236443 or 2426678. OLE color: 2426678.
HSL color Cylindrical-coordinate representation of color #360725: hue angle of 321.7º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #360725 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 7 | 37 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.79 |
| HSL | 321.7º | 0.77% | 0.12% | - |
| HSV(B) | 321.7º | 0.87% | 0.21% | - |
| XYZ | 1.93 | 1.07 | 1.85 | - |
| YUV | 24.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 37 | 0 | 0.87 | 0.31 | 0.79 | 321.7 | 0.77 | 0.12 |
| Hex | 36 | 7 | 25 | 0 | 57 | 1F | 4F | 142 | 4D | C |
| Octal | 66 | 7 | 45 | 0 | 127 | 37 | 117 | 502 | 115 | 14 |
| Binary | 110110 | 111 | 100101 | 0 | 1010111 | 11111 | 1001111 | 101000010 | 1001101 | 1100 |
Color Harmonies of #360725
Complementary color
Monochromatic Colors of #360725
Black with #360725
Text Example
Text Example
White with #360725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360725; }
p { color: rgb(54,7,37); }
H1.HeaderClassName
{
color: #360725;
}
.AnyTagClassName
{
color: #360725;
}
</style>
background-color css
<style>
a { background-color: #360725; }
a { background-color: rgb(54,7,37); }
div.DivClassName
{
background-color: #360725;
}
.BgClassName
{
background-color: #360725;
}
</style>
border-color css
<style>
span { border-color: #360725; }
span { border-color: rgb(54,7,37); }
td.TdClassName
{
border-color: #360725;
}
.TagClassName
{
border-color: #360725;
}
</style>