Shades of Blackberry #361323
Tints of Blackberry #361323
RGB
CMYK
RGB Variations
Color information
#361323 (or 0x361323) is known color: Blackberry. HEX triplet: 36, 13 and 23. RGB value is (54,19,35). Sum of RGB (Red+Green+Blue) = 54+19+35=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #361323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361323 is #C9ECDC. Grayscale: #1F1F1F. Windows color (decimal): -13233373 or 2298678. OLE color: 2298678.
HSL color Cylindrical-coordinate representation of color #361323: hue angle of 332.57º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361323 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 19 | 35 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.79 |
| HSL | 332.57º | 0.48% | 0.14% | - |
| HSV(B) | 332.57º | 0.65% | 0.21% | - |
| XYZ | 2.06 | 1.37 | 1.75 | - |
| YUV | 31.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 35 | 0 | 0.65 | 0.35 | 0.79 | 332.57 | 0.48 | 0.14 |
| Hex | 36 | 13 | 23 | 0 | 41 | 23 | 4F | 14D | 30 | E |
| Octal | 66 | 23 | 43 | 0 | 101 | 43 | 117 | 515 | 60 | 16 |
| Binary | 110110 | 10011 | 100011 | 0 | 1000001 | 100011 | 1001111 | 101001101 | 110000 | 1110 |
Color Harmonies of #361323
Complementary color
Monochromatic Colors of #361323
Black with #361323
Text Example
Text Example
White with #361323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361323; }
p { color: rgb(54,19,35); }
H1.HeaderClassName
{
color: #361323;
}
.AnyTagClassName
{
color: #361323;
}
</style>
background-color css
<style>
a { background-color: #361323; }
a { background-color: rgb(54,19,35); }
div.DivClassName
{
background-color: #361323;
}
.BgClassName
{
background-color: #361323;
}
</style>
border-color css
<style>
span { border-color: #361323; }
span { border-color: rgb(54,19,35); }
td.TdClassName
{
border-color: #361323;
}
.TagClassName
{
border-color: #361323;
}
</style>