#350329

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

Shades of Blackberry #350329

Tints of Blackberry #350329

Color information

#350329 (or 0x350329) is unknown color: approx Blackberry. HEX triplet: 35, 03 and 29. RGB value is (53,3,41). Sum of RGB (Red+Green+Blue) = 53+3+41=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #350329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350329 is #CAFCD6. Grayscale: #161616. Windows color (decimal): -13302999 or 2687797. OLE color: 2687797.

HSL color Cylindrical-coordinate representation of color #350329: hue angle of 314.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350329 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB53341-
CMYK00.940.230.79
HSL314.4º89.29%10.98%-
HSV(B)314.4º94.34%20.78%-
XYZ1.90.982.19-
YUV22.28138.56149.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.64%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 41 (16.41% from 255) = 42.27%
R=54.64%
G=3.09%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5334100.940.230.79314.489.2910.98
Hex3532905E174F13a59b
Octal6535101362711747213113
Binary110101111010010101111010111100111110011101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350329; }

 p { color: rgb(53,3,41); }

 H1.HeaderClassName
 {
   color: #350329;
 }
 .AnyTagClassName
 {
   color: #350329;
 }
</style>
background-color css

<style>
 a { background-color: #350329; }

 a { background-color: rgb(53,3,41); }

 div.DivClassName
 {
   background-color: #350329;
 }
 .BgClassName
 {
   background-color: #350329;
 }
</style>
border-color css

<style>
 span { border-color: #350329; }

 span { border-color: rgb(53,3,41); }

 td.TdClassName
 {
   border-color: #350329;
 }
 .TagClassName
 {
   border-color: #350329;
 }
</style>