#350322

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

Shades of Blackberry #350322

Tints of Blackberry #350322

Color information

#350322 (or 0x350322) is unknown color: approx Blackberry. HEX triplet: 35, 03 and 22. RGB value is (53,3,34). Sum of RGB (Red+Green+Blue) = 53+3+34=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350322 is #CAFCDD. Grayscale: #151515. Windows color (decimal): -13303006 or 2229045. OLE color: 2229045.

HSL color Cylindrical-coordinate representation of color #350322: hue angle of 322.8º 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 #350322 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB53334-
CMYK00.940.360.79
HSL322.8º89.29%10.98%-
HSV(B)322.8º94.34%20.78%-
XYZ1.790.941.6-
YUV21.48135.06150.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 34 (13.67% from 255) = 37.78%
R=58.89%
G=3.33%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5333400.940.360.79322.889.2910.98
Hex3532205E244F14359b
Octal6534201364411750313113
Binary1101011110001001011110100100100111110100001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350322; }

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

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

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

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

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

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

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

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