Shades of Blackberry #350D26
Tints of Blackberry #350D26
RGB
CMYK
RGB Variations
Color information
#350D26 (or 0x350D26) is known color: Blackberry. HEX triplet: 35, 0D and 26. RGB value is (53,13,38). Sum of RGB (Red+Green+Blue) = 53+13+38=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #350D26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D26 is #CAF2D9. Grayscale: #1B1B1B. Windows color (decimal): -13300442 or 2493749. OLE color: 2493749.
HSL color Cylindrical-coordinate representation of color #350D26: hue angle of 322.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 #350D26 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 38 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.79 |
| HSL | 322.5º | 0.61% | 0.13% | - |
| HSV(B) | 322.5º | 0.75% | 0.21% | - |
| XYZ | 1.96 | 1.18 | 1.96 | - |
| YUV | 27.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 38 | 0 | 0.75 | 0.28 | 0.79 | 322.5 | 0.61 | 0.13 |
| Hex | 35 | D | 26 | 0 | 4B | 1C | 4F | 142 | 3D | D |
| Octal | 65 | 15 | 46 | 0 | 113 | 34 | 117 | 502 | 75 | 15 |
| Binary | 110101 | 1101 | 100110 | 0 | 1001011 | 11100 | 1001111 | 101000010 | 111101 | 1101 |
Color Harmonies of #350D26
Complementary color
Monochromatic Colors of #350D26
Black with #350D26
Text Example
Text Example
White with #350D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D26; }
p { color: rgb(53,13,38); }
H1.HeaderClassName
{
color: #350D26;
}
.AnyTagClassName
{
color: #350D26;
}
</style>
background-color css
<style>
a { background-color: #350D26; }
a { background-color: rgb(53,13,38); }
div.DivClassName
{
background-color: #350D26;
}
.BgClassName
{
background-color: #350D26;
}
</style>
border-color css
<style>
span { border-color: #350D26; }
span { border-color: rgb(53,13,38); }
td.TdClassName
{
border-color: #350D26;
}
.TagClassName
{
border-color: #350D26;
}
</style>