#321220

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

Shades of Blackberry #321220

Tints of Blackberry #321220

Color information

#321220 (or 0x321220) is unknown color: approx Blackberry. HEX triplet: 32, 12 and 20. RGB value is (50,18,32). Sum of RGB (Red+Green+Blue) = 50+18+32=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #321220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321220 is #CDEDDF. Grayscale: #1D1D1D. Windows color (decimal): -13495776 or 2101810. OLE color: 2101810.

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

Color convert

RGB501832-
CMYK00.640.360.80
HSL333.75º47.06%13.33%-
HSV(B)333.75º64%19.61%-
XYZ1.791.221.51-
YUV29.16129.6142.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 32 (12.89% from 255) = 32%
R=50%
G=18%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50183200.640.360.80333.7547.0613.33
Hex321220040245014e2fd
Octal6222400100441205165715
Binary110010100101000000100000010010010100001010011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321220; }

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

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

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

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

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

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

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

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