Shades of Blackberry #350D22
Tints of Blackberry #350D22
RGB
CMYK
RGB Variations
Color information
#350D22 (or 0x350D22) is known color: Blackberry. HEX triplet: 35, 0D and 22. RGB value is (53,13,34). Sum of RGB (Red+Green+Blue) = 53+13+34=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #350D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D22 is #CAF2DD. Grayscale: #1B1B1B. Windows color (decimal): -13300446 or 2231605. OLE color: 2231605.
HSL color Cylindrical-coordinate representation of color #350D22: hue angle of 328.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D22 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 34 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.79 |
| HSL | 328.5º | 0.61% | 0.13% | - |
| HSV(B) | 328.5º | 0.75% | 0.21% | - |
| XYZ | 1.9 | 1.16 | 1.64 | - |
| YUV | 27.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 34 | 0 | 0.75 | 0.36 | 0.79 | 328.5 | 0.61 | 0.13 |
| Hex | 35 | D | 22 | 0 | 4B | 24 | 4F | 148 | 3D | D |
| Octal | 65 | 15 | 42 | 0 | 113 | 44 | 117 | 510 | 75 | 15 |
| Binary | 110101 | 1101 | 100010 | 0 | 1001011 | 100100 | 1001111 | 101001000 | 111101 | 1101 |
Color Harmonies of #350D22
Complementary color
Monochromatic Colors of #350D22
Black with #350D22
Text Example
Text Example
White with #350D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D22; }
p { color: rgb(53,13,34); }
H1.HeaderClassName
{
color: #350D22;
}
.AnyTagClassName
{
color: #350D22;
}
</style>
background-color css
<style>
a { background-color: #350D22; }
a { background-color: rgb(53,13,34); }
div.DivClassName
{
background-color: #350D22;
}
.BgClassName
{
background-color: #350D22;
}
</style>
border-color css
<style>
span { border-color: #350D22; }
span { border-color: rgb(53,13,34); }
td.TdClassName
{
border-color: #350D22;
}
.TagClassName
{
border-color: #350D22;
}
</style>