#350220

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

Shades of Blackberry #350220

Tints of Blackberry #350220

Color information

#350220 (or 0x350220) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 20. RGB value is (53,2,32). Sum of RGB (Red+Green+Blue) = 53+2+32=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #350220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350220 is #CAFDDF. Grayscale: #141414. Windows color (decimal): -13303264 or 2097717. OLE color: 2097717.

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

Color convert

RGB53232-
CMYK00.960.400.79
HSL324.71º92.73%10.78%-
HSV(B)324.71º96.23%20.78%-
XYZ1.750.91.45-
YUV20.67134.4151.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.92%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=60.92%
G=2.30%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323200.960.400.79324.7192.7310.78
Hex35220060284F1455db
Octal6524001405011750513513
Binary1101011010000001100000101000100111110100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350220; }

 p { color: rgb(53,2,32); }

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

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

 a { background-color: rgb(53,2,32); }

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

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

 span { border-color: rgb(53,2,32); }

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