Shades of Blackberry #350524
Tints of Blackberry #350524
RGB
CMYK
RGB Variations
Color information
#350524 (or 0x350524) is known color: Blackberry. HEX triplet: 35, 05 and 24. RGB value is (53,5,36). Sum of RGB (Red+Green+Blue) = 53+5+36=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350524 is #CAFADB. Grayscale: #161616. Windows color (decimal): -13302492 or 2360629. OLE color: 2360629.
HSL color Cylindrical-coordinate representation of color #350524: hue angle of 321.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350524 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 5 | 36 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.79 |
| HSL | 321.25º | 0.83% | 0.11% | - |
| HSV(B) | 321.25º | 0.91% | 0.21% | - |
| XYZ | 1.84 | 0.99 | 1.76 | - |
| YUV | 22.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 36 | 0 | 0.91 | 0.32 | 0.79 | 321.25 | 0.83 | 0.11 |
| Hex | 35 | 5 | 24 | 0 | 5B | 20 | 4F | 141 | 53 | B |
| Octal | 65 | 5 | 44 | 0 | 133 | 40 | 117 | 501 | 123 | 13 |
| Binary | 110101 | 101 | 100100 | 0 | 1011011 | 100000 | 1001111 | 101000001 | 1010011 | 1011 |
Color Harmonies of #350524
Complementary color
Monochromatic Colors of #350524
Black with #350524
Text Example
Text Example
White with #350524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350524; }
p { color: rgb(53,5,36); }
H1.HeaderClassName
{
color: #350524;
}
.AnyTagClassName
{
color: #350524;
}
</style>
background-color css
<style>
a { background-color: #350524; }
a { background-color: rgb(53,5,36); }
div.DivClassName
{
background-color: #350524;
}
.BgClassName
{
background-color: #350524;
}
</style>
border-color css
<style>
span { border-color: #350524; }
span { border-color: rgb(53,5,36); }
td.TdClassName
{
border-color: #350524;
}
.TagClassName
{
border-color: #350524;
}
</style>