#350326

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

Shades of Blackberry #350326

Tints of Blackberry #350326

Color information

#350326 (or 0x350326) is unknown color: approx Blackberry. HEX triplet: 35, 03 and 26. RGB value is (53,3,38). Sum of RGB (Red+Green+Blue) = 53+3+38=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350326 is #CAFCD9. Grayscale: #151515. Windows color (decimal): -13303002 or 2491189. OLE color: 2491189.

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

Color convert

RGB53338-
CMYK00.940.280.79
HSL318º89.29%10.98%-
HSV(B)318º94.34%20.78%-
XYZ1.850.961.92-
YUV21.94137.06150.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 38 (15.23% from 255) = 40.43%
R=56.38%
G=3.19%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5333800.940.280.7931889.2910.98
Hex3532605E1C4F13e59b
Octal6534601363411747613113
Binary110101111001100101111011100100111110011111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350326; }

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

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

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

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

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

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

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

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