Shades of Blackberry #360F28
Tints of Blackberry #360F28
RGB
CMYK
RGB Variations
Color information
#360F28 (or 0x360F28) is known color: Blackberry. HEX triplet: 36, 0F and 28. RGB value is (54,15,40). Sum of RGB (Red+Green+Blue) = 54+15+40=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #360F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F28 is #C9F0D7. Grayscale: #1D1D1D. Windows color (decimal): -13234392 or 2625334. OLE color: 2625334.
HSL color Cylindrical-coordinate representation of color #360F28: hue angle of 321.54º 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 #360F28 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 40 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.79 |
| HSL | 321.54º | 0.57% | 0.14% | - |
| HSV(B) | 321.54º | 0.72% | 0.21% | - |
| XYZ | 2.08 | 1.28 | 2.15 | - |
| YUV | 29.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 40 | 0 | 0.72 | 0.26 | 0.79 | 321.54 | 0.57 | 0.14 |
| Hex | 36 | F | 28 | 0 | 48 | 1A | 4F | 142 | 39 | E |
| Octal | 66 | 17 | 50 | 0 | 110 | 32 | 117 | 502 | 71 | 16 |
| Binary | 110110 | 1111 | 101000 | 0 | 1001000 | 11010 | 1001111 | 101000010 | 111001 | 1110 |
Color Harmonies of #360F28
Complementary color
Monochromatic Colors of #360F28
Black with #360F28
Text Example
Text Example
White with #360F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F28; }
p { color: rgb(54,15,40); }
H1.HeaderClassName
{
color: #360F28;
}
.AnyTagClassName
{
color: #360F28;
}
</style>
background-color css
<style>
a { background-color: #360F28; }
a { background-color: rgb(54,15,40); }
div.DivClassName
{
background-color: #360F28;
}
.BgClassName
{
background-color: #360F28;
}
</style>
border-color css
<style>
span { border-color: #360F28; }
span { border-color: rgb(54,15,40); }
td.TdClassName
{
border-color: #360F28;
}
.TagClassName
{
border-color: #360F28;
}
</style>