#350428

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

Shades of Blackberry #350428

Tints of Blackberry #350428

Color information

#350428 (or 0x350428) is unknown color: approx Blackberry. HEX triplet: 35, 04 and 28. RGB value is (53,4,40). Sum of RGB (Red+Green+Blue) = 53+4+40=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #350428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350428 is #CAFBD7. Grayscale: #161616. Windows color (decimal): -13302744 or 2622517. OLE color: 2622517.

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

Color convert

RGB53440-
CMYK00.920.250.79
HSL315.92º85.96%11.18%-
HSV(B)315.92º92.45%20.78%-
XYZ1.8912.1-
YUV22.76137.73149.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.64%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=54.64%
G=4.12%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5344000.920.250.79315.9285.9611.18
Hex3542805C194F13c56b
Octal6545001343111747412613
Binary1101011001010000101110011001100111110011110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350428; }

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

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

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

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

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

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

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

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