#350219

Color #350219 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #350219

Tints of Blackberry #350219

Color information

#350219 (or 0x350219) is unknown color: approx 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

RGB53225-
CMYK00.960.530.79
HSL332.94º92.73%10.78%-
HSV(B)332.94º96.23%20.78%-
XYZ1.670.871-
YUV19.87130.9151.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 66.25%
GREEN value IS 2 (1.17% from 255) = 2.5%
BLUE value IS 25 (10.16% from 255) = 31.25%
R=66.25%
G=2.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5322500.960.530.79332.9492.7310.78
Hex35219060354F14d5db
Octal6523101406511751513513
Binary110101101100101100000110101100111110100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>