#350420

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

Shades of Blackberry #350420

Tints of Blackberry #350420

Color information

#350420 (or 0x350420) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 20. RGB value is (53,4,32). Sum of RGB (Red+Green+Blue) = 53+4+32=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #350420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350420 is #CAFBDF. Grayscale: #151515. Windows color (decimal): -13302752 or 2098229. OLE color: 2098229.

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

Color convert

RGB53432-
CMYK00.920.400.79
HSL325.71º85.96%11.18%-
HSV(B)325.71º92.45%20.78%-
XYZ1.770.951.46-
YUV21.84133.73150.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=59.55%
G=4.49%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5343200.920.400.79325.7185.9611.18
Hex3542005C284F14656b
Octal6544001345011750612613
Binary11010110010000001011100101000100111110100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350420; }

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

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

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

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

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

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

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

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