Shades of Blackberry #350D1F
Tints of Blackberry #350D1F
RGB
CMYK
RGB Variations
Color information
#350D1F (or 0x350D1F) is known color: Blackberry. HEX triplet: 35, 0D and 1F. RGB value is (53,13,31). Sum of RGB (Red+Green+Blue) = 53+13+31=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #350D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D1F is #CAF2E0. Grayscale: #1A1A1A. Windows color (decimal): -13300449 or 2034997. OLE color: 2034997.
HSL color Cylindrical-coordinate representation of color #350D1F: hue angle of 333º 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 #350D1F is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 31 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.79 |
| HSL | 333º | 0.61% | 0.13% | - |
| HSV(B) | 333º | 0.75% | 0.21% | - |
| XYZ | 1.86 | 1.14 | 1.42 | - |
| YUV | 27.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 31 | 0 | 0.75 | 0.42 | 0.79 | 333 | 0.61 | 0.13 |
| Hex | 35 | D | 1F | 0 | 4B | 2A | 4F | 14D | 3D | D |
| Octal | 65 | 15 | 37 | 0 | 113 | 52 | 117 | 515 | 75 | 15 |
| Binary | 110101 | 1101 | 11111 | 0 | 1001011 | 101010 | 1001111 | 101001101 | 111101 | 1101 |
Color Harmonies of #350D1F
Complementary color
Monochromatic Colors of #350D1F
Black with #350D1F
Text Example
Text Example
White with #350D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D1F; }
p { color: rgb(53,13,31); }
H1.HeaderClassName
{
color: #350D1F;
}
.AnyTagClassName
{
color: #350D1F;
}
</style>
background-color css
<style>
a { background-color: #350D1F; }
a { background-color: rgb(53,13,31); }
div.DivClassName
{
background-color: #350D1F;
}
.BgClassName
{
background-color: #350D1F;
}
</style>
border-color css
<style>
span { border-color: #350D1F; }
span { border-color: rgb(53,13,31); }
td.TdClassName
{
border-color: #350D1F;
}
.TagClassName
{
border-color: #350D1F;
}
</style>