Shades of Blackberry #360B23
Tints of Blackberry #360B23
RGB
CMYK
RGB Variations
Color information
#360B23 (or 0x360B23) is known color: Blackberry. HEX triplet: 36, 0B and 23. RGB value is (54,11,35). Sum of RGB (Red+Green+Blue) = 54+11+35=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #360B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B23 is #C9F4DC. Grayscale: #1A1A1A. Windows color (decimal): -13235421 or 2296630. OLE color: 2296630.
HSL color Cylindrical-coordinate representation of color #360B23: hue angle of 326.51º 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 #360B23 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 35 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.79 |
| HSL | 326.51º | 0.66% | 0.13% | - |
| HSV(B) | 326.51º | 0.8% | 0.21% | - |
| XYZ | 1.94 | 1.14 | 1.71 | - |
| YUV | 26.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 35 | 0 | 0.80 | 0.35 | 0.79 | 326.51 | 0.66 | 0.13 |
| Hex | 36 | B | 23 | 0 | 50 | 23 | 4F | 147 | 42 | D |
| Octal | 66 | 13 | 43 | 0 | 120 | 43 | 117 | 507 | 102 | 15 |
| Binary | 110110 | 1011 | 100011 | 0 | 1010000 | 100011 | 1001111 | 101000111 | 1000010 | 1101 |
Color Harmonies of #360B23
Complementary color
Monochromatic Colors of #360B23
Black with #360B23
Text Example
Text Example
White with #360B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B23; }
p { color: rgb(54,11,35); }
H1.HeaderClassName
{
color: #360B23;
}
.AnyTagClassName
{
color: #360B23;
}
</style>
background-color css
<style>
a { background-color: #360B23; }
a { background-color: rgb(54,11,35); }
div.DivClassName
{
background-color: #360B23;
}
.BgClassName
{
background-color: #360B23;
}
</style>
border-color css
<style>
span { border-color: #360B23; }
span { border-color: rgb(54,11,35); }
td.TdClassName
{
border-color: #360B23;
}
.TagClassName
{
border-color: #360B23;
}
</style>