Shades of Blackberry #350219
Tints of Blackberry #350219
RGB
CMYK
RGB Variations
Color information
#350219 (or 0x350219) is known color: Blackberry. HEX triplet: 35, 02 and 19. RGB value is (53,2,25). Sum of RGB (Red+Green+Blue) = 53+2+25=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #350219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350219 is #CAFDE6. Grayscale: #131313. Windows color (decimal): -13303271 or 1638965. OLE color: 1638965.
HSL color Cylindrical-coordinate representation of color #350219: hue angle of 332.94º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350219 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 25 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.79 |
| HSL | 332.94º | 0.93% | 0.11% | - |
| HSV(B) | 332.94º | 0.96% | 0.21% | - |
| XYZ | 1.67 | 0.87 | 1 | - |
| YUV | 19.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 25 | 0 | 0.96 | 0.53 | 0.79 | 332.94 | 0.93 | 0.11 |
| Hex | 35 | 2 | 19 | 0 | 60 | 35 | 4F | 14D | 5D | B |
| Octal | 65 | 2 | 31 | 0 | 140 | 65 | 117 | 515 | 135 | 13 |
| Binary | 110101 | 10 | 11001 | 0 | 1100000 | 110101 | 1001111 | 101001101 | 1011101 | 1011 |
Color Harmonies of #350219
Complementary color
Monochromatic Colors of #350219
Black with #350219
Text Example
Text Example
White with #350219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350219; }
p { color: rgb(53,2,25); }
H1.HeaderClassName
{
color: #350219;
}
.AnyTagClassName
{
color: #350219;
}
</style>
background-color css
<style>
a { background-color: #350219; }
a { background-color: rgb(53,2,25); }
div.DivClassName
{
background-color: #350219;
}
.BgClassName
{
background-color: #350219;
}
</style>
border-color css
<style>
span { border-color: #350219; }
span { border-color: rgb(53,2,25); }
td.TdClassName
{
border-color: #350219;
}
.TagClassName
{
border-color: #350219;
}
</style>