Shades of Blackberry #351629
Tints of Blackberry #351629
RGB
CMYK
RGB Variations
Color information
#351629 (or 0x351629) is known color: Blackberry. HEX triplet: 35, 16 and 29. RGB value is (53,22,41). Sum of RGB (Red+Green+Blue) = 53+22+41=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #351629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351629 is #CAE9D6. Grayscale: #212121. Windows color (decimal): -13298135 or 2692661. OLE color: 2692661.
HSL color Cylindrical-coordinate representation of color #351629: hue angle of 323.23º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351629 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 22 | 41 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.79 |
| HSL | 323.23º | 0.41% | 0.15% | - |
| HSV(B) | 323.23º | 0.58% | 0.21% | - |
| XYZ | 2.16 | 1.49 | 2.27 | - |
| YUV | 33.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 41 | 0 | 0.58 | 0.23 | 0.79 | 323.23 | 0.41 | 0.15 |
| Hex | 35 | 16 | 29 | 0 | 3A | 17 | 4F | 143 | 29 | F |
| Octal | 65 | 26 | 51 | 0 | 72 | 27 | 117 | 503 | 51 | 17 |
| Binary | 110101 | 10110 | 101001 | 0 | 111010 | 10111 | 1001111 | 101000011 | 101001 | 1111 |
Color Harmonies of #351629
Complementary color
Monochromatic Colors of #351629
Black with #351629
Text Example
Text Example
White with #351629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351629; }
p { color: rgb(53,22,41); }
H1.HeaderClassName
{
color: #351629;
}
.AnyTagClassName
{
color: #351629;
}
</style>
background-color css
<style>
a { background-color: #351629; }
a { background-color: rgb(53,22,41); }
div.DivClassName
{
background-color: #351629;
}
.BgClassName
{
background-color: #351629;
}
</style>
border-color css
<style>
span { border-color: #351629; }
span { border-color: rgb(53,22,41); }
td.TdClassName
{
border-color: #351629;
}
.TagClassName
{
border-color: #351629;
}
</style>