Shades of Blackberry #350A20
Tints of Blackberry #350A20
RGB
CMYK
RGB Variations
Color information
#350A20 (or 0x350A20) is known color: Blackberry. HEX triplet: 35, 0A and 20. RGB value is (53,10,32). Sum of RGB (Red+Green+Blue) = 53+10+32=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #350A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A20 is #CAF5DF. Grayscale: #191919. Windows color (decimal): -13301216 or 2099765. OLE color: 2099765.
HSL color Cylindrical-coordinate representation of color #350A20: hue angle of 329.3º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350A20 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 10 | 32 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.79 |
| HSL | 329.3º | 0.68% | 0.12% | - |
| HSV(B) | 329.3º | 0.81% | 0.21% | - |
| XYZ | 1.84 | 1.08 | 1.48 | - |
| YUV | 25.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 32 | 0 | 0.81 | 0.40 | 0.79 | 329.3 | 0.68 | 0.12 |
| Hex | 35 | A | 20 | 0 | 51 | 28 | 4F | 149 | 44 | C |
| Octal | 65 | 12 | 40 | 0 | 121 | 50 | 117 | 511 | 104 | 14 |
| Binary | 110101 | 1010 | 100000 | 0 | 1010001 | 101000 | 1001111 | 101001001 | 1000100 | 1100 |
Color Harmonies of #350A20
Complementary color
Monochromatic Colors of #350A20
Black with #350A20
Text Example
Text Example
White with #350A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A20; }
p { color: rgb(53,10,32); }
H1.HeaderClassName
{
color: #350A20;
}
.AnyTagClassName
{
color: #350A20;
}
</style>
background-color css
<style>
a { background-color: #350A20; }
a { background-color: rgb(53,10,32); }
div.DivClassName
{
background-color: #350A20;
}
.BgClassName
{
background-color: #350A20;
}
</style>
border-color css
<style>
span { border-color: #350A20; }
span { border-color: rgb(53,10,32); }
td.TdClassName
{
border-color: #350A20;
}
.TagClassName
{
border-color: #350A20;
}
</style>