Shades of Blackberry #360B28
Tints of Blackberry #360B28
RGB
CMYK
RGB Variations
Color information
#360B28 (or 0x360B28) is known color: Blackberry. HEX triplet: 36, 0B and 28. RGB value is (54,11,40). Sum of RGB (Red+Green+Blue) = 54+11+40=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #360B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B28 is #C9F4D7. Grayscale: #1B1B1B. Windows color (decimal): -13235416 or 2624310. OLE color: 2624310.
HSL color Cylindrical-coordinate representation of color #360B28: hue angle of 319.53º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B28 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 40 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.79 |
| HSL | 319.53º | 0.66% | 0.13% | - |
| HSV(B) | 319.53º | 0.8% | 0.21% | - |
| XYZ | 2.02 | 1.18 | 2.13 | - |
| YUV | 27.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 40 | 0 | 0.80 | 0.26 | 0.79 | 319.53 | 0.66 | 0.13 |
| Hex | 36 | B | 28 | 0 | 50 | 1A | 4F | 140 | 42 | D |
| Octal | 66 | 13 | 50 | 0 | 120 | 32 | 117 | 500 | 102 | 15 |
| Binary | 110110 | 1011 | 101000 | 0 | 1010000 | 11010 | 1001111 | 101000000 | 1000010 | 1101 |
Color Harmonies of #360B28
Complementary color
Monochromatic Colors of #360B28
Black with #360B28
Text Example
Text Example
White with #360B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B28; }
p { color: rgb(54,11,40); }
H1.HeaderClassName
{
color: #360B28;
}
.AnyTagClassName
{
color: #360B28;
}
</style>
background-color css
<style>
a { background-color: #360B28; }
a { background-color: rgb(54,11,40); }
div.DivClassName
{
background-color: #360B28;
}
.BgClassName
{
background-color: #360B28;
}
</style>
border-color css
<style>
span { border-color: #360B28; }
span { border-color: rgb(54,11,40); }
td.TdClassName
{
border-color: #360B28;
}
.TagClassName
{
border-color: #360B28;
}
</style>