Shades of Blackberry #350929
Tints of Blackberry #350929
RGB
CMYK
RGB Variations
Color information
#350929 (or 0x350929) is known color: Blackberry. HEX triplet: 35, 09 and 29. RGB value is (53,9,41). Sum of RGB (Red+Green+Blue) = 53+9+41=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #350929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350929 is #CAF6D6. Grayscale: #191919. Windows color (decimal): -13301463 or 2689333. OLE color: 2689333.
HSL color Cylindrical-coordinate representation of color #350929: hue angle of 316.36º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #350929 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 9 | 41 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.79 |
| HSL | 316.36º | 0.71% | 0.12% | - |
| HSV(B) | 316.36º | 0.83% | 0.21% | - |
| XYZ | 1.97 | 1.11 | 2.21 | - |
| YUV | 25.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 41 | 0 | 0.83 | 0.23 | 0.79 | 316.36 | 0.71 | 0.12 |
| Hex | 35 | 9 | 29 | 0 | 53 | 17 | 4F | 13C | 47 | C |
| Octal | 65 | 11 | 51 | 0 | 123 | 27 | 117 | 474 | 107 | 14 |
| Binary | 110101 | 1001 | 101001 | 0 | 1010011 | 10111 | 1001111 | 100111100 | 1000111 | 1100 |
Color Harmonies of #350929
Complementary color
Monochromatic Colors of #350929
Black with #350929
Text Example
Text Example
White with #350929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350929; }
p { color: rgb(53,9,41); }
H1.HeaderClassName
{
color: #350929;
}
.AnyTagClassName
{
color: #350929;
}
</style>
background-color css
<style>
a { background-color: #350929; }
a { background-color: rgb(53,9,41); }
div.DivClassName
{
background-color: #350929;
}
.BgClassName
{
background-color: #350929;
}
</style>
border-color css
<style>
span { border-color: #350929; }
span { border-color: rgb(53,9,41); }
td.TdClassName
{
border-color: #350929;
}
.TagClassName
{
border-color: #350929;
}
</style>