Shades of Blackberry #350629
Tints of Blackberry #350629
RGB
CMYK
RGB Variations
Color information
#350629 (or 0x350629) is known color: Blackberry. HEX triplet: 35, 06 and 29. RGB value is (53,6,41). Sum of RGB (Red+Green+Blue) = 53+6+41=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #350629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350629 is #CAF9D6. Grayscale: #171717. Windows color (decimal): -13302231 or 2688565. OLE color: 2688565.
HSL color Cylindrical-coordinate representation of color #350629: hue angle of 315.32º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350629 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 6 | 41 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.79 |
| HSL | 315.32º | 0.8% | 0.12% | - |
| HSV(B) | 315.32º | 0.89% | 0.21% | - |
| XYZ | 1.93 | 1.05 | 2.2 | - |
| YUV | 24.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 41 | 0 | 0.89 | 0.23 | 0.79 | 315.32 | 0.8 | 0.12 |
| Hex | 35 | 6 | 29 | 0 | 59 | 17 | 4F | 13B | 50 | C |
| Octal | 65 | 6 | 51 | 0 | 131 | 27 | 117 | 473 | 120 | 14 |
| Binary | 110101 | 110 | 101001 | 0 | 1011001 | 10111 | 1001111 | 100111011 | 1010000 | 1100 |
Color Harmonies of #350629
Complementary color
Monochromatic Colors of #350629
Black with #350629
Text Example
Text Example
White with #350629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350629; }
p { color: rgb(53,6,41); }
H1.HeaderClassName
{
color: #350629;
}
.AnyTagClassName
{
color: #350629;
}
</style>
background-color css
<style>
a { background-color: #350629; }
a { background-color: rgb(53,6,41); }
div.DivClassName
{
background-color: #350629;
}
.BgClassName
{
background-color: #350629;
}
</style>
border-color css
<style>
span { border-color: #350629; }
span { border-color: rgb(53,6,41); }
td.TdClassName
{
border-color: #350629;
}
.TagClassName
{
border-color: #350629;
}
</style>