Shades of Blackberry #350D1D
Tints of Blackberry #350D1D
RGB
CMYK
RGB Variations
Color information
#350D1D (or 0x350D1D) is known color: Blackberry. HEX triplet: 35, 0D and 1D. RGB value is (53,13,29). Sum of RGB (Red+Green+Blue) = 53+13+29=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #350D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D1D is #CAF2E2. Grayscale: #1A1A1A. Windows color (decimal): -13300451 or 1903925. OLE color: 1903925.
HSL color Cylindrical-coordinate representation of color #350D1D: hue angle of 336º 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 #350D1D is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 29 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.79 |
| HSL | 336º | 0.61% | 0.13% | - |
| HSV(B) | 336º | 0.75% | 0.21% | - |
| XYZ | 1.83 | 1.13 | 1.28 | - |
| YUV | 26.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 29 | 0 | 0.75 | 0.45 | 0.79 | 336 | 0.61 | 0.13 |
| Hex | 35 | D | 1D | 0 | 4B | 2D | 4F | 150 | 3D | D |
| Octal | 65 | 15 | 35 | 0 | 113 | 55 | 117 | 520 | 75 | 15 |
| Binary | 110101 | 1101 | 11101 | 0 | 1001011 | 101101 | 1001111 | 101010000 | 111101 | 1101 |
Color Harmonies of #350D1D
Complementary color
Monochromatic Colors of #350D1D
Black with #350D1D
Text Example
Text Example
White with #350D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D1D; }
p { color: rgb(53,13,29); }
H1.HeaderClassName
{
color: #350D1D;
}
.AnyTagClassName
{
color: #350D1D;
}
</style>
background-color css
<style>
a { background-color: #350D1D; }
a { background-color: rgb(53,13,29); }
div.DivClassName
{
background-color: #350D1D;
}
.BgClassName
{
background-color: #350D1D;
}
</style>
border-color css
<style>
span { border-color: #350D1D; }
span { border-color: rgb(53,13,29); }
td.TdClassName
{
border-color: #350D1D;
}
.TagClassName
{
border-color: #350D1D;
}
</style>