#350422

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

Shades of Blackberry #350422

Tints of Blackberry #350422

Color information

#350422 (or 0x350422) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 22. RGB value is (53,4,34). Sum of RGB (Red+Green+Blue) = 53+4+34=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350422 is #CAFBDD. Grayscale: #161616. Windows color (decimal): -13302750 or 2229301. OLE color: 2229301.

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

Color convert

RGB53434-
CMYK00.920.360.79
HSL323.27º85.96%11.18%-
HSV(B)323.27º92.45%20.78%-
XYZ1.80.961.6-
YUV22.07134.73150.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=58.24%
G=4.40%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5343400.920.360.79323.2785.9611.18
Hex3542205C244F14356b
Octal6544201344411750312613
Binary11010110010001001011100100100100111110100001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350422; }

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

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

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

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

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

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

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

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