#320720

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

Shades of Blackberry #320720

Tints of Blackberry #320720

Color information

#320720 (or 0x320720) is unknown color: approx Blackberry. HEX triplet: 32, 07 and 20. RGB value is (50,7,32). Sum of RGB (Red+Green+Blue) = 50+7+32=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #320720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320720 is #CDF8DF. Grayscale: #161616. Windows color (decimal): -13498592 or 2098994. OLE color: 2098994.

HSL color Cylindrical-coordinate representation of color #320720: hue angle of 325.12º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320720 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB50732-
CMYK00.860.360.80
HSL325.12º75.44%11.18%-
HSV(B)325.12º86%19.61%-
XYZ1.650.931.46-
YUV22.71133.25147.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.18%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=56.18%
G=7.87%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5073200.860.360.80325.1275.4411.18
Hex3272005624501454bb
Octal6274001264412050511313
Binary11001011110000001010110100100101000010100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320720; }

 p { color: rgb(50,7,32); }

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

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

 a { background-color: rgb(50,7,32); }

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

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

 span { border-color: rgb(50,7,32); }

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