#320221

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

Shades of Blackberry #320221

Tints of Blackberry #320221

Color information

#320221 (or 0x320221) is unknown color: approx Blackberry. HEX triplet: 32, 02 and 21. RGB value is (50,2,33). Sum of RGB (Red+Green+Blue) = 50+2+33=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #320221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320221 is #CDFDDE. Grayscale: #131313. Windows color (decimal): -13499871 or 2163250. OLE color: 2163250.

HSL color Cylindrical-coordinate representation of color #320221: hue angle of 321.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320221 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB50233-
CMYK00.960.340.80
HSL321.25º92.31%10.2%-
HSV(B)321.25º96%19.61%-
XYZ1.610.831.51-
YUV19.89135.4149.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.82%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=58.82%
G=2.35%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5023300.960.340.80321.2592.3110.2
Hex3222106022501415ca
Octal6224101404212050113412
Binary1100101010000101100000100010101000010100000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320221; }

 p { color: rgb(50,2,33); }

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

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

 a { background-color: rgb(50,2,33); }

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

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

 span { border-color: rgb(50,2,33); }

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