Shades of Blackberry #350F29
Tints of Blackberry #350F29
RGB
CMYK
RGB Variations
Color information
#350F29 (or 0x350F29) is known color: Blackberry. HEX triplet: 35, 0F and 29. RGB value is (53,15,41). Sum of RGB (Red+Green+Blue) = 53+15+41=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #350F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F29 is #CAF0D6. Grayscale: #1D1D1D. Windows color (decimal): -13299927 or 2690869. OLE color: 2690869.
HSL color Cylindrical-coordinate representation of color #350F29: hue angle of 318.95º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #350F29 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 15 | 41 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.79 |
| HSL | 318.95º | 0.56% | 0.13% | - |
| HSV(B) | 318.95º | 0.72% | 0.21% | - |
| XYZ | 2.04 | 1.26 | 2.23 | - |
| YUV | 29.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 41 | 0 | 0.72 | 0.23 | 0.79 | 318.95 | 0.56 | 0.13 |
| Hex | 35 | F | 29 | 0 | 48 | 17 | 4F | 13F | 38 | D |
| Octal | 65 | 17 | 51 | 0 | 110 | 27 | 117 | 477 | 70 | 15 |
| Binary | 110101 | 1111 | 101001 | 0 | 1001000 | 10111 | 1001111 | 100111111 | 111000 | 1101 |
Color Harmonies of #350F29
Complementary color
Monochromatic Colors of #350F29
Black with #350F29
Text Example
Text Example
White with #350F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F29; }
p { color: rgb(53,15,41); }
H1.HeaderClassName
{
color: #350F29;
}
.AnyTagClassName
{
color: #350F29;
}
</style>
background-color css
<style>
a { background-color: #350F29; }
a { background-color: rgb(53,15,41); }
div.DivClassName
{
background-color: #350F29;
}
.BgClassName
{
background-color: #350F29;
}
</style>
border-color css
<style>
span { border-color: #350F29; }
span { border-color: rgb(53,15,41); }
td.TdClassName
{
border-color: #350F29;
}
.TagClassName
{
border-color: #350F29;
}
</style>