Shades of Blackberry #350C21
Tints of Blackberry #350C21
RGB
CMYK
RGB Variations
Color information
#350C21 (or 0x350C21) is known color: Blackberry. HEX triplet: 35, 0C and 21. RGB value is (53,12,33). Sum of RGB (Red+Green+Blue) = 53+12+33=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #350C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C21 is #CAF3DE. Grayscale: #1A1A1A. Windows color (decimal): -13300703 or 2165813. OLE color: 2165813.
HSL color Cylindrical-coordinate representation of color #350C21: hue angle of 329.27º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C21 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 33 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.79 |
| HSL | 329.27º | 0.63% | 0.13% | - |
| HSV(B) | 329.27º | 0.77% | 0.21% | - |
| XYZ | 1.87 | 1.13 | 1.56 | - |
| YUV | 26.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 33 | 0 | 0.77 | 0.38 | 0.79 | 329.27 | 0.63 | 0.13 |
| Hex | 35 | C | 21 | 0 | 4D | 26 | 4F | 149 | 3F | D |
| Octal | 65 | 14 | 41 | 0 | 115 | 46 | 117 | 511 | 77 | 15 |
| Binary | 110101 | 1100 | 100001 | 0 | 1001101 | 100110 | 1001111 | 101001001 | 111111 | 1101 |
Color Harmonies of #350C21
Complementary color
Monochromatic Colors of #350C21
Black with #350C21
Text Example
Text Example
White with #350C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C21; }
p { color: rgb(53,12,33); }
H1.HeaderClassName
{
color: #350C21;
}
.AnyTagClassName
{
color: #350C21;
}
</style>
background-color css
<style>
a { background-color: #350C21; }
a { background-color: rgb(53,12,33); }
div.DivClassName
{
background-color: #350C21;
}
.BgClassName
{
background-color: #350C21;
}
</style>
border-color css
<style>
span { border-color: #350C21; }
span { border-color: rgb(53,12,33); }
td.TdClassName
{
border-color: #350C21;
}
.TagClassName
{
border-color: #350C21;
}
</style>