#350424

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

Shades of Blackberry #350424

Tints of Blackberry #350424

Color information

#350424 (or 0x350424) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 24. RGB value is (53,4,36). Sum of RGB (Red+Green+Blue) = 53+4+36=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350424 is #CAFBDB. Grayscale: #161616. Windows color (decimal): -13302748 or 2360373. OLE color: 2360373.

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

Color convert

RGB53436-
CMYK00.920.320.79
HSL320.82º85.96%11.18%-
HSV(B)320.82º92.45%20.78%-
XYZ1.830.971.76-
YUV22.3135.73149.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=56.99%
G=4.30%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5343600.920.320.79320.8285.9611.18
Hex3542405C204F14156b
Octal6544401344011750112613
Binary11010110010010001011100100000100111110100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350424; }

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

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

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

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

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

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

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

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