Shades of Blackberry #350B21
Tints of Blackberry #350B21
RGB
CMYK
RGB Variations
Color information
#350B21 (or 0x350B21) is known color: Blackberry. HEX triplet: 35, 0B and 21. RGB value is (53,11,33). Sum of RGB (Red+Green+Blue) = 53+11+33=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #350B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B21 is #CAF4DE. Grayscale: #1A1A1A. Windows color (decimal): -13300959 or 2165557. OLE color: 2165557.
HSL color Cylindrical-coordinate representation of color #350B21: hue angle of 328.57º 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 #350B21 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 33 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.79 |
| HSL | 328.57º | 0.66% | 0.13% | - |
| HSV(B) | 328.57º | 0.79% | 0.21% | - |
| XYZ | 1.86 | 1.11 | 1.55 | - |
| YUV | 26.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 33 | 0 | 0.79 | 0.38 | 0.79 | 328.57 | 0.66 | 0.13 |
| Hex | 35 | B | 21 | 0 | 4F | 26 | 4F | 149 | 42 | D |
| Octal | 65 | 13 | 41 | 0 | 117 | 46 | 117 | 511 | 102 | 15 |
| Binary | 110101 | 1011 | 100001 | 0 | 1001111 | 100110 | 1001111 | 101001001 | 1000010 | 1101 |
Color Harmonies of #350B21
Complementary color
Monochromatic Colors of #350B21
Black with #350B21
Text Example
Text Example
White with #350B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B21; }
p { color: rgb(53,11,33); }
H1.HeaderClassName
{
color: #350B21;
}
.AnyTagClassName
{
color: #350B21;
}
</style>
background-color css
<style>
a { background-color: #350B21; }
a { background-color: rgb(53,11,33); }
div.DivClassName
{
background-color: #350B21;
}
.BgClassName
{
background-color: #350B21;
}
</style>
border-color css
<style>
span { border-color: #350B21; }
span { border-color: rgb(53,11,33); }
td.TdClassName
{
border-color: #350B21;
}
.TagClassName
{
border-color: #350B21;
}
</style>