Shades of Blackberry #350B20
Tints of Blackberry #350B20
RGB
CMYK
RGB Variations
Color information
#350B20 (or 0x350B20) is known color: Blackberry. HEX triplet: 35, 0B and 20. RGB value is (53,11,32). Sum of RGB (Red+Green+Blue) = 53+11+32=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B20 is #CAF4DF. Grayscale: #191919. Windows color (decimal): -13300960 or 2100021. OLE color: 2100021.
HSL color Cylindrical-coordinate representation of color #350B20: hue angle of 330º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350B20 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 32 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.79 |
| HSL | 330º | 0.66% | 0.13% | - |
| HSV(B) | 330º | 0.79% | 0.21% | - |
| XYZ | 1.85 | 1.1 | 1.48 | - |
| YUV | 25.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 32 | 0 | 0.79 | 0.40 | 0.79 | 330 | 0.66 | 0.13 |
| Hex | 35 | B | 20 | 0 | 4F | 28 | 4F | 14A | 42 | D |
| Octal | 65 | 13 | 40 | 0 | 117 | 50 | 117 | 512 | 102 | 15 |
| Binary | 110101 | 1011 | 100000 | 0 | 1001111 | 101000 | 1001111 | 101001010 | 1000010 | 1101 |
Color Harmonies of #350B20
Complementary color
Monochromatic Colors of #350B20
Black with #350B20
Text Example
Text Example
White with #350B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B20; }
p { color: rgb(53,11,32); }
H1.HeaderClassName
{
color: #350B20;
}
.AnyTagClassName
{
color: #350B20;
}
</style>
background-color css
<style>
a { background-color: #350B20; }
a { background-color: rgb(53,11,32); }
div.DivClassName
{
background-color: #350B20;
}
.BgClassName
{
background-color: #350B20;
}
</style>
border-color css
<style>
span { border-color: #350B20; }
span { border-color: rgb(53,11,32); }
td.TdClassName
{
border-color: #350B20;
}
.TagClassName
{
border-color: #350B20;
}
</style>