#350327

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

Shades of Blackberry #350327

Tints of Blackberry #350327

Color information

#350327 (or 0x350327) is unknown color: approx Blackberry. HEX triplet: 35, 03 and 27. RGB value is (53,3,39). Sum of RGB (Red+Green+Blue) = 53+3+39=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #350327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350327 is #CAFCD8. Grayscale: #151515. Windows color (decimal): -13303001 or 2556725. OLE color: 2556725.

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

Color convert

RGB53339-
CMYK00.940.260.79
HSL316.8º89.29%10.98%-
HSV(B)316.8º94.34%20.78%-
XYZ1.870.972.01-
YUV22.05137.56150.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=55.79%
G=3.16%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5333900.940.260.79316.889.2910.98
Hex3532705E1A4F13d59b
Octal6534701363211747513113
Binary110101111001110101111011010100111110011110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350327; }

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

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

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

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

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

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

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

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