#350328

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

Shades of Blackberry #350328

Tints of Blackberry #350328

Color information

#350328 (or 0x350328) is unknown color: approx Blackberry. HEX triplet: 35, 03 and 28. RGB value is (53,3,40). Sum of RGB (Red+Green+Blue) = 53+3+40=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350328 is #CAFCD7. Grayscale: #161616. Windows color (decimal): -13303000 or 2622261. OLE color: 2622261.

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

Color convert

RGB53340-
CMYK00.940.250.79
HSL315.6º89.29%10.98%-
HSV(B)315.6º94.34%20.78%-
XYZ1.880.982.1-
YUV22.17138.06149.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=55.21%
G=3.12%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5334000.940.250.79315.689.2910.98
Hex3532805E194F13c59b
Octal6535001363111747413113
Binary110101111010000101111011001100111110011110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350328; }

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

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

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

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

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

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

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

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